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

Fix another issue with extended_path + bytecode

As reported in https://forum.dynare.org/t/extended-path-bytecode/16577

(manually cherry picked from commit b9812a0f)
parent 9da38e9c
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ if debug ...@@ -41,7 +41,7 @@ if debug
end end
if bytecode_flag && ~ep.stochastic.order if bytecode_flag && ~ep.stochastic.order
[flag, tmp] = bytecode('dynamic', endo_simul, exo_simul, M_.params, endo_simul, periods); [flag, tmp] = bytecode('dynamic', endo_simul, exo_simul, M.params, endo_simul, periods);
else else
flag = true; flag = true;
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment