From 37440c732a24c4faaea547803569c172e9e1cc80 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Tue, 15 Jan 2013 16:45:15 +0100
Subject: [PATCH] check only returns eigenvalues, not the whole oo_

---
 ComputingTasks.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab