Skip to content
Snippets Groups Projects
Commit ac07e14f authored by michel's avatar michel
Browse files

v4 check.m: forcing options_.order = 1 correctly (correcting 1045)

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1048 ac1d8469-bf42-47a9-8791-bf33cf982152
parent 46a3d9d4
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ global it_
options_ = set_default_option(options_,'linear',0);
options_ = set_default_option(options_,'dr_algo',0);
options_ = set_default_option(options_,'steadystate_flag',0);
options_.check = 1;
options_.order = 1;
if exist([M_.fname '_steadystate.m'])
options_.steadystate_flag = 1;
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment