From e5956262598bd06575ca5736ce6e6c44e3f53a9f Mon Sep 17 00:00:00 2001 From: Johannes Pfeifer Date: Fri, 28 Feb 2014 13:06:01 +0100 Subject: [PATCH] Make check.m display error messages Fixes #619 --- matlab/check.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/check.m b/matlab/check.m index bab637963..a0e7aa1bb 100644 --- a/matlab/check.m +++ b/matlab/check.m @@ -73,7 +73,7 @@ oo.dr=set_state_space(oo.dr,M,options); [dr,info,M,options,oo] = resol(1,M,options,oo); if info(1) ~= 0 && info(1) ~= 3 && info(1) ~= 4 - print_info(info, options.noprint, options); + print_info(info, 0, options); end eigenvalues_ = dr.eigval;