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
6c22d398
Commit
6c22d398
authored
Nov 24, 2010
by
Sébastien Villemot
Browse files
Perfect foresight simulation: clean up handling of warnings
parent
76d5d441
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/perfect_foresight_simulation.m
View file @
6c22d398
...
...
@@ -62,6 +62,7 @@ end
initial_endo_simul
=
oo_
.
endo_simul
;
warning_old_state
=
warning
;
warning
off
all
if
nargin
<
1
...
...
@@ -185,4 +186,4 @@ if ~stop
oo_
.
endo_simul
=
initial_endo_simul
;
end
warning
on
all
\ No newline at end of file
warning
(
warning_old_state
);
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