Skip to content
Snippets Groups Projects
Commit 37440c73 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

check only returns eigenvalues, not the whole oo_

parent dac87a61
Branches
Tags
No related merge requests found
...@@ -59,7 +59,7 @@ void ...@@ -59,7 +59,7 @@ void
CheckStatement::writeOutput(ostream &output, const string &basename) const CheckStatement::writeOutput(ostream &output, const string &basename) const
{ {
options_list.writeOutput(output); options_list.writeOutput(output);
output << "oo_ = check(M_,options_,oo_);" << endl; output << "oo_.dr.eigval = check(M_,options_,oo_);" << endl;
} }
void void
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment