Skip to content
Snippets Groups Projects
Commit 3790ab1d authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Cosmetic changes. Removed useless spaces and semicolons.

parent cf567dd5
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ end
if size(M_.lead_lag_incidence,2)-nnz(M_.lead_lag_incidence(M_.maximum_endo_lag+1,:)) > 0
mess = ['SIMUL: error in model specification : variable ' M_.endo_names(find(M_.lead_lag_incidence(M_.maximum_lag+1,:)==0),:)];
mess = [mess ' doesn''t appear as current variable.'];
error (mess) ;
error(mess)
end
if options_.periods == 0
......@@ -102,11 +102,11 @@ if(options_.block)
oo_.deterministic_simulation.status = 0;
else
oo_.deterministic_simulation.status = 1;
end;
end
mexErrCheck('bytecode', info);
else
eval([M_.fname '_dynamic']);
end;
end
else
if(options_.bytecode)
[info, oo_.endo_simul]=bytecode('dynamic');
......@@ -123,7 +123,7 @@ else
sim1_lbj;
end
end
end;
end;
end
end
dyn2vec;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment