diff --git a/ComputingTasks.cc b/ComputingTasks.cc
index 4dbdc4ef798e19ef0c3056b1f1eeac505df10ecb..92a4b7d5969156b1387cdeead62e03e9405d33ab 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