Skip to content
Snippets Groups Projects
Verified Commit 592cd69e authored by Nikola Bokan's avatar Nikola Bokan Committed by Sébastien Villemot
Browse files

Bug-fix: staticmodel type.

parent 5485597a
Branches
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ else
oo_.exo_simul = Innovations;
end
staticmodel = sprintf('%s.static', M_.fname);
staticmodel = str2fun(sprintf('%s.static', M_.fname));
% Simulations (call a Newton-like algorithm for each period).
for t=1:samplesize
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment