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
LOG(fatal) << "FemtoUniverseDetaDphiStar: passed arguments don't agree with FemtoUniverseDetaDphiStar's type of events! Please provide same or mixed.";
LOG(fatal) << "FemtoUniverseDetaDphiStar: passed arguments don't agree with FemtoUniverseDetaDphiStar's type of events! Please provide same or mixed.";
451
+
}
452
+
returnfalse;
453
+
}
454
+
} else {
455
+
if (distfrac > FracMax) {
456
+
returntrue;
457
+
} else {
458
+
if (ChosenEventType == femto_universe_container::EventType::same) {
LOG(fatal) << "FemtoUniverseDetaDphiStar: passed arguments don't agree with FemtoUniverseDetaDphiStar's type of events! Please provide same or mixed.";
464
+
}
465
+
returnfalse;
466
+
}
467
+
}
468
+
469
+
} else {
470
+
LOG(fatal) << "FemtoUniversePairCleaner: Combination of objects not defined - quitting!";
0 commit comments