From ba7ad522a5d38bc568c60e895e61348f1cb40cce Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan.bastani@ens.fr>
Date: Mon, 30 May 2011 17:28:32 +0200
Subject: [PATCH] removed extraneous flag

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

diff --git a/ComputingTasks.cc b/ComputingTasks.cc
index 20be4d99..7b3be499 100644
--- a/ComputingTasks.cc
+++ b/ComputingTasks.cc
@@ -918,7 +918,7 @@ void
 SBVARStatement::writeOutput(ostream &output, const string &basename) const
 {
   options_list.writeOutput(output);
-  output << "ms_sbvar(0,M_,options_);" << endl;
+  output << "ms_sbvar(M_,options_);" << endl;
 }
 
 MSSBVAREstimationStatement::MSSBVAREstimationStatement(const OptionsList &options_list_arg) :
-- 
GitLab