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

Fix another issue with extended_path + bytecode

parent 82ec8793
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ end ...@@ -42,7 +42,7 @@ end
if bytecode_flag && ~ep.stochastic.order if bytecode_flag && ~ep.stochastic.order
try try
tmp = bytecode('dynamic', endo_simul, exo_simul, M_.params, endo_simul, periods); tmp = bytecode('dynamic', endo_simul, exo_simul, M.params, endo_simul, periods);
flag = false; flag = false;
catch ME catch ME
disp(ME.message); disp(ME.message);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment