Skip to content

Resolve "maxIterations depends on minTimestep"

Lukas Riedel requested to merge 45-maxiterations-depends-on-mintimestep into master

What does this MR do?

Remove buggy integer casts from calcIterations and use std::floor implementation instead. This changes the resulting values slightly – to the better. However, it causes reference tests to fail. This must be considered in #46 (closed).

Closes #45 (closed)

Edited by Lukas Riedel

Merge request reports