We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6364844 commit de80d43Copy full SHA for de80d43
1 file changed
Detectors/ITSMFT/ITS/tracking/include/ITStracking/MathUtils.h
@@ -16,8 +16,6 @@
16
#ifndef O2_ITS_TRACKING_MATHUTILS_H_
17
#define O2_ITS_TRACKING_MATHUTILS_H_
18
19
-#include <cstdint>
20
-
21
#include "CommonConstants/MathConstants.h"
22
#include "ITStracking/Constants.h"
23
#include "MathUtils/Utils.h"
@@ -27,7 +25,7 @@
27
25
namespace o2::its::math_utils
28
26
{
29
30
-GPUhdi() float computePhi(float x, float y)
+GPUhdi() constexpr float computePhi(float x, float y)
31
32
return o2::math_utils::fastATan2(-y, -x) + o2::constants::math::PI;
33
}
0 commit comments