Fix a abs(double) that can lead to compiler problems
My compiler was complaining about the abs() with an argument of the type double. Therefore changed it to fabs().
GitLab service scheduled maintenance on Friday, March 21st 2025 as of 08h00 Geneva time for an estimated period of 1 hour. Further information under OTG0154918.
My compiler was complaining about the abs() with an argument of the type double. Therefore changed it to fabs().