v4 dynare_estimation.m: added missing semicolon

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1862 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
sebastien 2008-06-09 09:57:05 +00:00
parent 8dd27bdcef
commit e4be1577cc
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ end
if options_.steadystate_flag% if the _steadystate.m file is provided.
[oo_.steady_state,tchek] = feval([M_.fname '_steadystate'],[],[]);
else% if the steady state file is not provided.
[dd,info] = resol(oo_.steady_state,0)
[dd,info] = resol(oo_.steady_state,0);
oo_.steady_state = dd.ys; clear('dd');
end