Skip to content

Commit

Permalink
do not clear restrict_var_list or restrict_columns
Browse files Browse the repository at this point in the history
  • Loading branch information
tholden committed Apr 3, 2019
1 parent fdc0d0a commit f84651f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions matlab/gaussian_approximation.m
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,6 @@
oo.dr.order_var = [ oo.dr.order_var; ((nEndo+1):new_nEndo)' ];
oo.dr.inv_order_var = [ oo.dr.inv_order_var; ((nEndo+1):new_nEndo)' ];
oo.dr.kstate = [];
oo.dr.restrict_var_list = [];
oo.dr.restrict_columns = [];
EndoString = [ repmat( 'GaussianApproxAuxEndoVar', new_nEndo - nEndo, 1 ) strjust( int2str( ( 1 : ( new_nEndo - nEndo ) )' ), 'left' ) ];
new_endo_names = repmat( ' ', new_nEndo, max( size( M.endo_names, 2 ), size( EndoString, 2 ) ) );
new_endo_names( 1:nEndo, 1:size( M.endo_names, 2 ) ) = M.endo_names;
Expand Down

0 comments on commit f84651f

Please sign in to comment.