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

Adapt for new syntax of model_diagnostics

parent c121aa14
Branches
Tags
No related merge requests found
...@@ -64,6 +64,6 @@ end; ...@@ -64,6 +64,6 @@ end;
resid(1); resid(1);
steady; steady;
model_diagnostics(M_,options_,oo_); model_diagnostics;
check; check;
stoch_simul(order=2,irf=0); stoch_simul(order=2,irf=0);
...@@ -64,7 +64,7 @@ end; ...@@ -64,7 +64,7 @@ end;
resid(1); resid(1);
steady; steady;
model_diagnostics(M_,options_,oo_); model_diagnostics;
check; check;
stoch_simul(order=2,irf=0); stoch_simul(order=2,irf=0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment