Skip to content

Commit 96d4ecb

Browse files
authored
Update multCentTable.cxx
1 parent 647149e commit 96d4ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/TableProducer/multCentTable.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ struct MultCentTable {
7575
ccdb->setFatalWhenNull(false); // please never crash on your own, all exceptions captured (as they always should)
7676

7777
// task-specific
78-
module.init(opts, initContext);
78+
module.init(metadataInfo, opts, initContext);
7979
}
8080

8181
void processRun2(soa::Join<aod::Collisions, aod::Run2MatchedSparse> const& collisions,

0 commit comments

Comments
 (0)