diff --git a/matlab/resid.m b/matlab/resid.m index 23a59e13e1cec785959e44c822267dc729dadc80..27939eed1570d3f9d87a50d3ee32ceba1760e4ae 100644 --- a/matlab/resid.m +++ b/matlab/resid.m @@ -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;