Also eliminate redundant "BasicEventSimulationEngine" in log lines
This commit is contained in:
parent
39d961df56
commit
7d2e4757e8
@ -128,7 +128,7 @@ public class BasicEventSimulationEngine implements SimulationEngine {
|
||||
if (nextEvent != null) {
|
||||
maxStepTime = MathUtil.max(nextEvent.getTime() - currentStatus.getSimulationTime(), 0.001);
|
||||
}
|
||||
log.trace("BasicEventSimulationEngine: Taking simulation step at t=" + currentStatus.getSimulationTime() + " altitude " + oldAlt);
|
||||
log.trace("Taking simulation step at t=" + currentStatus.getSimulationTime() + " altitude " + oldAlt);
|
||||
currentStepper.step(currentStatus, maxStepTime);
|
||||
}
|
||||
SimulationListenerHelper.firePostStep(currentStatus);
|
||||
|
Loading…
x
Reference in New Issue
Block a user