Make check.m display error messages

Fixes #619
time-shift
Johannes Pfeifer 2014-02-28 13:06:01 +01:00
parent 70b5cc88b2
commit e595626259
1 changed files with 1 additions and 1 deletions

View File

@ -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;