- 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:
parent
3689424217
commit
0cf9c77835
|
@ -401,5 +401,5 @@ SimulationController::run_simulation_adaptor()
|
||||||
{
|
{
|
||||||
if(!_break_requested)
|
if(!_break_requested)
|
||||||
_sim.run();
|
_sim.run();
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue