We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 647149e commit 96d4ecbCopy full SHA for 96d4ecb
Common/TableProducer/multCentTable.cxx
@@ -75,7 +75,7 @@ struct MultCentTable {
75
ccdb->setFatalWhenNull(false); // please never crash on your own, all exceptions captured (as they always should)
76
77
// task-specific
78
- module.init(opts, initContext);
+ module.init(metadataInfo, opts, initContext);
79
}
80
81
void processRun2(soa::Join<aod::Collisions, aod::Run2MatchedSparse> const& collisions,
0 commit comments