From 241b6efd98bb212aae606f082b93707ba1241631 Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan.bastani@ens.fr>
Date: Tue, 31 May 2011 10:39:41 +0200
Subject: [PATCH] clean up sbvar code

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

diff --git a/ComputingTasks.cc b/ComputingTasks.cc
index 7b3be499..01c2cab0 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(M_,options_);" << endl;
+  output << "sbvar(M_,options_);" << endl;
 }
 
 MSSBVAREstimationStatement::MSSBVAREstimationStatement(const OptionsList &options_list_arg) :
-- 
GitLab