Skip to content

Bugfix scurve fitter

Timon Heim requested to merge bugfix_scurve_fitter into devel

It's possible in certain circumstances for xlow to become larger than xhigh, this will lead to a negative bin number which will be interpreted as an unsigned. Adding warning and fox to prevent seg fault, so this will not fix the source.

Merge request reports