SWZ: remove instances of swz throughout

issue#70
Houtan Bastani 2011-02-18 12:00:35 +01:00
parent 9e898f4eb6
commit 73066865db
1 changed files with 2 additions and 2 deletions

View File

@ -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) :