Skip to content

Commit caac481

Browse files
committed
Add f
1 parent 0273ba8 commit caac481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/Core/CentralityEstimation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ template <typename TCollisions>
156156
float getCentralityGenColl(TCollisions const& collSlice)
157157
{
158158
using TMult = uint16_t; // type of numContrib
159-
float centrality{-1};
159+
float centrality{-1.f};
160160
TMult multiplicity{};
161161
for (const auto& collision : collSlice) {
162162
const TMult collMult = collision.numContrib();

0 commit comments

Comments
 (0)