Skip to content

Commit

Permalink
updating angle when modifying edge geometry
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/behr_mi/git/sumo_synched/trunk@15363 afbd958f-9f77-42d5-a016-97a22340ccf4
  • Loading branch information
namdre committed Jan 9, 2014
1 parent 8cbb19e commit 866d36e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sumo/src/netbuild/NBEdge.cpp
Expand Up @@ -1843,12 +1843,10 @@ NBEdge::append(NBEdge* e) {
myTurnDestination = e->myTurnDestination;
// set the node
myTo = e->myTo;
computeAngle(); // myEndAngle may be different now
}





bool
NBEdge::hasSignalisedConnectionTo(const NBEdge* const e) const {
for (std::vector<Connection>::const_iterator i = myConnections.begin(); i != myConnections.end(); ++i) {
Expand Down

0 comments on commit 866d36e

Please sign in to comment.