Skip to content

Commit

Permalink
add case
Browse files Browse the repository at this point in the history
  • Loading branch information
pfetsch committed Dec 2, 2024
1 parent 10216fa commit 87db108
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scip/network.c
Original file line number Diff line number Diff line change
Expand Up @@ -4576,6 +4576,7 @@ void determinePathSeriesType(
currentType = inSameDirection ? OUT_TAIL : OUT_HEAD;
break;
}
case OUT_TAIL:
default:
{
assert(previousType == OUT_TAIL);
Expand Down

0 comments on commit 87db108

Please sign in to comment.