resid: print residuals even if a *_steadystate.m file reports an error

time-shift
Michel Juillard 2012-05-20 21:35:34 +02:00
parent e63c41184c
commit 57861e22d9
1 changed files with 5 additions and 4 deletions

View File

@ -52,10 +52,6 @@ if options_.steadystate_flag
evaluate_steady_state(oo_.steady_state,M_,options_,oo_,0);
end
if info(1)
print_info(info,options_.noprint)
end
% Keep of a copy of M_.Sigma_e
Sigma_e = M_.Sigma_e;
@ -119,4 +115,9 @@ if nargout == 0
end
end
if info(1)
print_info(info,options_.noprint)
end
oo_.steady_state = steady_state_old;