diff --git a/ComputingTasks.cc b/ComputingTasks.cc index 4dbdc4ef..92a4b7d5 100644 --- a/ComputingTasks.cc +++ b/ComputingTasks.cc @@ -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