v4 dynare_estimation.m: parameters must be set before computing the steady state

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1290 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
michel 2007-05-20 09:21:15 +00:00
parent 117b9d3bf9
commit 708f2b992b
1 changed files with 1 additions and 0 deletions

View File

@ -193,6 +193,7 @@ end
%% Compute the steady state:
set_parameters(xparam1);
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.