changed another call to dynare_solve() forgotten in last commit

time-shift
Michel Juillard 2015-05-25 11:18:10 +02:00
parent f03839cf12
commit 92a33f9792
1 changed files with 1 additions and 2 deletions

View File

@ -193,8 +193,7 @@ function [ys,params,info] = evaluate_steady_state(ys_init,M,options,oo,steadysta
% non linear model
[ys,check] = dynare_solve([M.fname '_static'],...
ys_init,...
options.jacobian_flag, ...
exo_ss, params);
options, exo_ss, params);
else
% linear model
fh_static = str2func([M.fname '_static']);