Skip to content

Fix a abs(double) that can lead to compiler problems

Paul Jean Schutze requested to merge pschutze/allpix-squared:build_fix into master

My compiler was complaining about the abs() with an argument of the type double. Therefore changed it to fabs().

Merge request reports