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

time-shift
Stéphane Adjemian (Charybdis) 2012-11-21 10:11:30 +01:00
parent bb0993973a
commit 22956ea4a4
1 changed files with 0 additions and 1 deletions

View File

@ -358,7 +358,6 @@ elseif isnan(LIK)
exit_flag = 0;
else
likelihood = LIK;
exit_flag = 1;%
end
DynareOptions.warning_for_steadystate = 1;
% ------------------------------------------------------------------------------