Skip to content
Snippets Groups Projects
Verified Commit 03ac8c81 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

simult_: fix bug in error message

parent a6d7baab
Branches
Tags
No related merge requests found
......@@ -67,7 +67,7 @@ if options_.k_order_solver && ~options_.pruning % Call dynare++ routines.
y_(dr.order_var,1),ex_',M_.Sigma_e,options_.DynareRandomStreams.seed,dr.ys(dr.order_var),dr.g_0, ...
dr.g_1,dr.g_2,dr.g_3);
otherwise
error(['order = ' int2str(order) ' isn''t supported'])
error(['order = ' int2str(options_.order) ' isn''t supported'])
end
mexErrCheck('dynare_simul_', err);
y_(dr.order_var,:) = y_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment