Skip to content

Commit

Permalink
addendum refs #2700
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Dec 14, 2017
1 parent 1e49b69 commit 6ac3aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netwrite/NWWriter_OpenDrive.cpp
Expand Up @@ -142,8 +142,8 @@ NWWriter_OpenDrive::writeNetwork(const OptionsCont& oc, NBNetBuilder& nb) {
isOuterEdge = false;
}
outEdge = c.toEdge;
lastFromLane = c.fromLane;
}
lastFromLane = c.fromLane;
parallel.push_back(c);
}
if (!parallel.empty()) {
Expand Down

0 comments on commit 6ac3aee

Please sign in to comment.