Skip to content

fix false-positive runtime error with O.dynDt=False (raised by 'make doc')

bchareyre requested to merge smallFix into master

In order to reproduce the error,

O.reset() 
O.dynDt=False

Obviously the above should work without a TimeStepper.

Merge request reports