multiscale / muscle3

The third major version of the MUltiScale Coupling Library and Environment
Apache License 2.0
25 stars 13 forks source link

Checkpoint wallclock time implementation differences #280

Open LourensVeen opened 7 months ago

LourensVeen commented 7 months ago

The Python version of TriggerManager.harmonise_wall_time is called from Instance, but the C++ version isn't called in instance.cpp. The C++ version also has a simulation_epoch_ member variable which the Python version doesn't have.

Why is this? If it's a bug, which one is correct?