- Correct the simul call without input argument

time-shift
Ferhat Mihoubi 2010-09-24 11:07:43 +02:00
parent 3068fbda8f
commit bc089f732e
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,