- Erm..... finish the SimulationController so that it works

(one-line patch). :-)


git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@949 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-08-28 20:19:58 +00:00
parent 3689424217
commit 0cf9c77835
1 changed files with 1 additions and 1 deletions

View File

@ -401,5 +401,5 @@ SimulationController::run_simulation_adaptor()
{
if(!_break_requested)
_sim.run();
return true;
return false;
}