Skip to content
Snippets Groups Projects
Commit 66fa6e67 authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

sim1_purely_backward.m: fix typo

parent 9b787d84
Branches
Tags
1 merge request!2076sim1_purely_backward.m: fix typo
...@@ -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