Skip to content

Commit 39a2206

Browse files
authored
Fix build error
1 parent 1f2b2ed commit 39a2206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerTask.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2545,7 +2545,7 @@ struct FemtoUniverseProducerTask {
25452545
bool colcheck = false;
25462546
// fill the tables
25472547

2548-
if (ConfGeneral.ConfIsCent) {
2548+
if (ConfGeneral.confIsCent) {
25492549
colcheck = fillCollisionsCentRun3<true>(col);
25502550
} else {
25512551
colcheck = fillCollisions<true>(col, groupedTracks);

0 commit comments

Comments
 (0)