IAP GITLAB

Skip to content
Snippets Groups Projects

Adapt condition in `SwitchProcessSequence` similar to !507

Merged Jean-Marco Alameddine requested to merge fix_switchprocesssequence into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -403,7 +403,7 @@ namespace corsika {
}
// check if we should execute THIS process and then EXIT
if (cx_select <= cx_sum) {
if (cx_select < cx_sum) {
if constexpr (has_signature_cx1) {
Loading