clean up sbvar code

issue#70
Houtan Bastani 2011-05-31 10:39:41 +02:00
parent ba7ad522a5
commit 241b6efd98
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(M_,options_);" << endl;
output << "sbvar(M_,options_);" << endl;
}
MSSBVAREstimationStatement::MSSBVAREstimationStatement(const OptionsList &options_list_arg) :