Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/maven/org.slf4j-slf4j-api-2.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jfbischoff authored Sep 6, 2024
2 parents 494491d + 5780cf4 commit ff9cd23
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ private void createStopNodesAndLoopLinks() {
this.nodes.put(stop, node);

Link loopLink = this.network.getFactory().createLink(Id.createLinkId (this.prefix + stop.getId()), node, node);
loopLink.setAllowedModes(this.transitModes);
stop.setLinkId(loopLink.getId());
this.network.addLink(loopLink);
Tuple<Node, Node> connection = new Tuple<>(node, node);
Expand Down

0 comments on commit ff9cd23

Please sign in to comment.