Skip to content
Snippets Groups Projects
Commit d60792a5 authored by Johannes Pfeifer's avatar Johannes Pfeifer Committed by Sébastien Villemot
Browse files

Make check.m display error messages

Fixes #619
(cherry picked from commit e5956262)
parent 0cc937d7
Branches
Tags
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment