You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LOGP(fatal, "Signal filtering cannot be enabled without embedding. Please fix the configuration either enabling the embedding, or turning off the signal filtering.");
1959
+
if (sourceIDs.size() >1) {// we found more than one, exit
1960
+
break;
1966
1961
}
1967
1962
}
1963
+
if (sourceIDs.size() <= 1) {
1964
+
LOGP(fatal, "Signal filtering cannot be enabled without embedding. Please fix the configuration either enabling the embedding, or turning off the signal filtering.");
1965
+
}
1966
+
}
1967
+
1968
+
// count all parts
1969
+
int totalNParts = 0;
1970
+
for (int iCol = 0; iCol < nMCCollisions; iCol++) {
0 commit comments