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.");
2064
+
if (sourceIDs.size() >1) {// we found more than one, exit
2065
+
break;
2071
2066
}
2072
2067
}
2068
+
if (sourceIDs.size() <= 1) {
2069
+
LOGP(fatal, "Signal filtering cannot be enabled without embedding. Please fix the configuration either enabling the embedding, or turning off the signal filtering.");
2070
+
}
2071
+
}
2072
+
2073
+
// count all parts
2074
+
int totalNParts = 0;
2075
+
for (int iCol = 0; iCol < nMCCollisions; iCol++) {
0 commit comments