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 420a6cb commit a62faeaCopy full SHA for a62faea
PWGHF/D2H/Tasks/taskOmegac0ToOmegapi.cxx
@@ -107,8 +107,8 @@ struct HfTaskOmegac0ToOmegapi {
107
LOGP(fatal, "One and only one data process function should be enabled at a time.");
108
}
109
110
- std::array<bool, 2> doprocess{doprocessMcWithKFParticle, doprocessMcWithKFParticleMl};
111
- if ((std::accumulate(doprocess.begin(), doprocess.end(), 0)) != 1) {
+ std::array<bool, 2> doprocessMc{doprocessMcWithKFParticle, doprocessMcWithKFParticleMl};
+ if ((std::accumulate(doprocessMc.begin(), doprocessMc.end(), 0)) != 1) {
112
LOGP(fatal, "One and only one MC process function should be enabled at a time.");
113
114
0 commit comments