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
Branches
Tags
1 merge request!1815WIP Cherry-picks for 4.6
Pipeline #4158 passed
......@@ -41,7 +41,7 @@ if debug
end
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
flag = true;
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment