Skip to content

Commit

Permalink
#22 minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
angelobanse committed Sep 2, 2024
1 parent 7ec894d commit 378ce0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netbuild/NBAlgorithms.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ NBEdgePriorityComputer::setPriorityJunctionPriorities(NBNode& n, bool forceStrai
// let's mark this road as the best
NBEdge* best1 = extractAndMarkFirst(n, bestIncoming);
if (!mainDirectionExplicit && counterIncomingEdges.find(best1) != counterIncomingEdges.end()) {
// ok, look, what we want is the opposit of the straight continuation edge
// ok, look, what we want is the opposite of the straight continuation edge
// but, what if such an edge does not exist? By now, we'll determine it
// geometrically
NBEdge* s = counterIncomingEdges.find(best1)->second;
Expand Down

0 comments on commit 378ce0b

Please sign in to comment.