1 parent 3edd9e5 commit 3d3cb5dCopy full SHA for 3d3cb5d
1 file changed
PWGLF/Utils/inelGt.h
@@ -114,7 +114,7 @@ struct ParticleCounter {
114
continue;
115
}
116
// is charged
117
- if (abs(p->Charge()) == 0) {
+ if (std::abs(p->Charge()) == 0) {
118
119
120
// in acceptance
0 commit comments