Change all fabs() calls to std::abs,change math.h to cmath
Hi,
This fixes a compilation error with gcc 6.2:
/tmp/smh/acts/newacts/acts/Core/include/ACTS/Propagator/Propagator.hpp:192:25: error: there are no arguments to ‘fabs’ that depend on a template parameter, so a declaration of ‘fabs’ must be available [-fpermissive]
although I changed many more instances than necessary, to have a consistent codebase. Closes ACTS-239.
Cheers, Stewart
Merge request reports
Activity
Jenkins Build FAILUREResults available at: Jenkins [ACTS-MERGE #240]
test coverage result:
Overall coverage rate:
lines......: 17.1% (1591 of 9285 lines)
functions..: 30.1% (683 of 2269 functions)
full test results can be found heredoxygen output:
0 errors
29 warnings
full doxygen output can be found here Jenkins Build SUCCESSResults available at: Jenkins [ACTS-MERGE #241]
Mentioned in commit bc95bd75