138139140141142143144145146147148
{ return true; // OK, just proceed there is still simulation time left } else { // We have reached the allowed simulation time nextSimulationStop = manager.waitForStep(minstep); if (newTime <= nextSimulationStop) { return true; } else {