diff --git a/gama.core/src/gama/core/kernel/simulation/SimulationAgent.java b/gama.core/src/gama/core/kernel/simulation/SimulationAgent.java index add777be45..c61b88737f 100644 --- a/gama.core/src/gama/core/kernel/simulation/SimulationAgent.java +++ b/gama.core/src/gama/core/kernel/simulation/SimulationAgent.java @@ -406,6 +406,7 @@ protected void postStep(final IScope scope) { executer.executeOneShotActions(); if (outputs != null) { outputs.step(this.getScope()); } ownClock.step(); + // } @Override