Skip to content

Commit

Permalink
typo ref #2
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Feb 5, 2025
1 parent 3429e9c commit 0eb4860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netbuild/NBNode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1364,7 +1364,7 @@ NBNode::computeLanes2Lanes() {
std::cout << "l2l node=" << getID() << " specialCase f inOff=" << inOffset << " outOff=" << outOffset << " inEnd=" << inEnd << " outEnd=" << outEnd << " reduction=" << reduction << "\n";
}
#endif
// in case of reduced lane number, let the rightmost lanse end
// in case of reduced lane number, let the rightmost lanes end
inOffset += reduction;
for (int i = outOffset; i < outEnd; ++i) {
in->setConnection(i + inOffset - outOffset, out, i, NBEdge::Lane2LaneInfoType::COMPUTED);
Expand Down

0 comments on commit 0eb4860

Please sign in to comment.