From 73066865dbcb22cb72d0e56c1cf561d054b1ac08 Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Fri, 18 Feb 2011 12:00:35 +0100 Subject: [PATCH] SWZ: remove instances of swz throughout --- ComputingTasks.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ComputingTasks.cc b/ComputingTasks.cc index 0cb37338..7d917e35 100644 --- a/ComputingTasks.cc +++ b/ComputingTasks.cc @@ -852,7 +852,7 @@ void SBVARStatement::writeOutput(ostream &output, const string &basename) const { options_list.writeOutput(output); - output << "swz_sbvar(0,M_,options_);" << endl; + output << "ms_sbvar(0,M_,options_);" << endl; } MS_SBVARStatement::MS_SBVARStatement(const OptionsList &options_list_arg) : @@ -870,7 +870,7 @@ void MS_SBVARStatement::writeOutput(ostream &output, const string &basename) const { options_list.writeOutput(output); - output << "swz_sbvar(1,M_,options_);" << endl; + output << "ms_sbvar(1,M_,options_);" << endl; } IdentificationStatement::IdentificationStatement(const OptionsList &options_list_arg) :