The source project of this merge request has been removed.
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