Merge pull request #1087 from JohannesPfeifer/resid_fix

Remove automatic error from resid.m when steady state does not solve.
time-shift
Stéphane Adjemian 2015-10-14 01:12:34 +02:00
commit b4bd896b89
1 changed files with 0 additions and 5 deletions

View File

@ -108,9 +108,4 @@ if nargout == 0
skipline(2)
end
if info(1)
print_info(info,options_.noprint, options_)
end
oo_.steady_state = steady_state_old;