Skip to content

Commit

Permalink
fix #1552
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/behr_mi/git/sumo_synched/trunk/sumo@17601 afbd958f-9f77-42d5-a016-97a22340ccf4
  • Loading branch information
namdre committed Jan 16, 2015
1 parent a068572 commit a8b0d38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/netbuild/NBNode.cpp
Expand Up @@ -683,6 +683,7 @@ NBNode::computeLanes2Lanes(const bool buildCrossingsAndWalkingAreas) {
// special case a):
// one in, one out, the outgoing has one lane more
if (myIncomingEdges.size() == 1 && myOutgoingEdges.size() == 1
&& myIncomingEdges[0]->getStep() <= NBEdge::LANES2EDGES
&& myIncomingEdges[0]->getNumLanes() == myOutgoingEdges[0]->getNumLanes() - 1
&& myIncomingEdges[0] != myOutgoingEdges[0]
&& myIncomingEdges[0]->isConnectedTo(myOutgoingEdges[0])) {
Expand Down

0 comments on commit a8b0d38

Please sign in to comment.