removed extraneous flag

issue#70
Houtan Bastani 2011-05-30 17:28:32 +02:00
parent f6543191ee
commit ba7ad522a5
1 changed files with 1 additions and 1 deletions

View File

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