partly reverting changeset 9f7cfaec00 in order to correct problem in estimation: oo_.steady_state is not updated anymore in resol.m. (steady_state operator is broken in estimation).

time-shift
Michel Juillard 2011-03-13 17:04:29 +01:00
parent 96b7e1f599
commit dcfe3e5749
1 changed files with 0 additions and 2 deletions

View File

@ -120,7 +120,6 @@ else
end
% testing for problem
dr.ys = steady_state;
oo_.steady_state = steady_state;
if check1
if options_.steadystate_flag
@ -139,7 +138,6 @@ if ~isreal(steady_state)
info(2) = sum(imag(steady_state).^2);
steady_state = real(steady_state);
dr.ys = steady_state;
oo_.steady_state = steady_state;
return
end