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

Merge branch 'sim1' of git.dynare.org:JohannesPfeifer/dynare

Ref. !2076
parents 6cbdf89a 66fa6e67
No related branches found
No related tags found
1 merge request!2076sim1_purely_backward.m: fix typo
Pipeline #7425 passed with warnings
...@@ -50,7 +50,7 @@ for it = M.maximum_lag + (1:options.periods) ...@@ -50,7 +50,7 @@ for it = M.maximum_lag + (1:options.periods)
end end
if check if check
info.status = false; info.status = false;
dprintf('sim1_purely_backward: Nonlinear solver routine failed with errorcode=%i. in period %i', errorcode, it) dprintf('sim1_purely_backward: Nonlinear solver routine failed with errorcode=%i in period %i', errorcode, it)
break break
end end
endogenousvariables(:,it) = tmp; endogenousvariables(:,it) = tmp;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment