From cb3804ab51cd83da6b06561d1ef17a52c7e6868e Mon Sep 17 00:00:00 2001 From: Johannes Pfeifer Date: Tue, 13 Oct 2015 13:45:54 +0200 Subject: [PATCH] Remove automatic error from resid.m when steady state does not solve. Closes #573 --- matlab/resid.m | 5 ----- 1 file changed, 5 deletions(-) diff --git a/matlab/resid.m b/matlab/resid.m index e6d5594d9..5dda2a4cb 100644 --- a/matlab/resid.m +++ b/matlab/resid.m @@ -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;