1 parent d3deb6e commit 20a28e3Copy full SHA for 20a28e3
1 file changed
PWGCF/JCorran/Tasks/jEPFlowAnalysis.cxx
@@ -243,6 +243,8 @@ struct JEPFlowAnalysis {
243
float sel = cfgMultq2low->at(idx);
244
return q2 < sel;
245
}
246
+
247
+ return false;
248
249
250
template <typename T>
0 commit comments