check only returns eigenvalues, not the whole oo_

issue#70
Sébastien Villemot 2013-01-15 16:45:15 +01:00
parent dac87a6126
commit 37440c732a
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ void
CheckStatement::writeOutput(ostream &output, const string &basename) const
{
options_list.writeOutput(output);
output << "oo_ = check(M_,options_,oo_);" << endl;
output << "oo_.dr.eigval = check(M_,options_,oo_);" << endl;
}
void