set_state_space is now called by stoch_simul

time-shift
Michel Juillard 2010-07-09 12:54:06 +02:00
parent e7d3b5acee
commit f48910aca9
1 changed files with 3 additions and 1 deletions

View File

@ -54,10 +54,12 @@ end
check_model;
oo_.dr=set_state_space(dr,M_);
if PI_PCL_solver
[oo_.dr, info] = PCL_resol(oo_.steady_state,0);
else
[oo_.dr, info] = resol(oo_.steady_state,0);
[oo_.dr, info] = resol(oo_.dr,oo_.steady_state,0);
end
if info(1)