Skip to content

Commit

Permalink
show meso junction penalties in gui. refs #36
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Mar 25, 2022
1 parent 0b05666 commit 89f9efb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/microsim/MSEdge.cpp
Expand Up @@ -136,6 +136,7 @@ void MSEdge::recalcCache() {
}
if (minPenalty > 0) {
myEmptyTraveltime += STEPS2TIME(minPenalty);
myTimePenalty = STEPS2TIME(minPenalty);
}
}
} else if (isInternal() && MSGlobals::gUsingInternalLanes) {
Expand Down

0 comments on commit 89f9efb

Please sign in to comment.