Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
020328a8
Commit
020328a8
authored
Nov 17, 2012
by
Sébastien Villemot
Browse files
Adapt for new syntax of model_diagnostics
parent
c121aa14
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/second_order/ds1.mod
View file @
020328a8
...
...
@@ -64,6 +64,6 @@ end;
resid(1);
steady;
model_diagnostics
(M_,options_,oo_)
;
model_diagnostics;
check;
stoch_simul(order=2,irf=0);
tests/second_order/ds2.mod
View file @
020328a8
...
...
@@ -64,7 +64,7 @@ end;
resid(1);
steady;
model_diagnostics
(M_,options_,oo_)
;
model_diagnostics;
check;
stoch_simul(order=2,irf=0);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment