Skip to content

Draft: thresh parameter of flag offset now is sign-sensitive

Peter Lünenschloß requested to merge flagOffsetParameters into develop

As desired in #340 (closed) , the threshold parameter is now signum sensitive.

(I realized when implementing, this also has drawbacks: thresh_relative and thresh must now always have fitting signs, and to flag Drops and Raises, the function has to be called twice now. - unsure what to do with that. )

Edited by Peter Lünenschloß

Merge request reports