Bug description
If the SMM simulation is not advanced directly until tmax but stopped and continued in between, the waiting times of some events get unrealistically large.
Version
Windows
To reproduce
Execute SMM example with:
for (ScalarType time = 1; time <= tmax; time += 1) {
sim.advance(time);
}
instead of
sim.advance(tmax);
Relevant log output
Add any relevant information, e.g. used compiler, screenshots.
Checklist