Hi all,
When I try to resume (play) a checkpointed simulation, I get an exception
saying that "Schedule.step() is not reentrant, yet is being called
recursively" on Schedule.step() method. This exception is shown because
inStep variable is set to true.
Any ideia on how to fix it?
In addition, what does the inStep variable actually do?
Thanks.