- Correct the simul call without input argument

issue#70
Ferhat Mihoubi 2010-09-24 11:07:43 +02:00
parent 376e25ca67
commit 83648a6d53
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ void
SimulStatement::writeOutput(ostream &output, const string &basename) const
{
options_list.writeOutput(output);
output << "simul(oo_.dr);\n";
output << "simul();\n";
}
StochSimulStatement::StochSimulStatement(const SymbolList &symbol_list_arg,