Prefer std::abs
Compare changes
+ 3
− 3
@@ -59,7 +59,7 @@ StatusCode CPUCruncher::initialize() {
@@ -147,12 +147,12 @@ StatusCode CPUCruncher::execute() // the execution of the algorithm
This is a follow up on !1516 (merged), because there was still one occurrence of abs
instead of std::abs
. I also replaced the uses of fabs
with std::abs
.