You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (tt ==TT.Sim&&!hasPedestrianPaths(network(c))) Nil
90
+
elseif (tt !=TT.Car) paths
89
91
elseif (dropRedundantPaths && hasTurningLane(c)) paths.dropRight(1) // TLA networks have one thru-lane less
90
92
elseif (dropRedundantPaths && isBidirectionalOneway(c)) paths.dropRight(paths.length /2) // OWR networks have duplicated thru-lanes, we need only half of them
0 commit comments