Skip to content
Snippets Groups Projects
Commit e5956262 authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

Make check.m display error messages

Fixes #619
parent 70b5cc88
Branches
Tags
1 merge request!625Check fix
......@@ -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