Skip to content
Snippets Groups Projects
Commit 22956ea4 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Removed useless instruction (default value of exit_flag is 1).

parent bb099397
Branches
Tags
No related merge requests found
...@@ -358,7 +358,6 @@ elseif isnan(LIK) ...@@ -358,7 +358,6 @@ elseif isnan(LIK)
exit_flag = 0; exit_flag = 0;
else else
likelihood = LIK; likelihood = LIK;
exit_flag = 1;%
end end
DynareOptions.warning_for_steadystate = 1; DynareOptions.warning_for_steadystate = 1;
% ------------------------------------------------------------------------------ % ------------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment