Skip to content

Commit

Permalink
fix #4930
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Dec 17, 2018
1 parent 07621ee commit 8629397
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/microsim/MSVehicle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2723,7 +2723,8 @@ MSVehicle::processLinkAproaches(double& vSafe, double& vSafeMin, double& vSafeMi
std::vector<const SUMOVehicle*> collectFoes;
bool opened = (yellow || influencerPrio
|| link->opened((*i).myArrivalTime, (*i).myArrivalSpeed, (*i).getLeaveSpeed(),
getVehicleType().getLength(), getImpatience(),
getVehicleType().getLength(),
canBrake ? getImpatience() : 1,
getCarFollowModel().getMaxDecel(),
getWaitingTime(), getLateralPositionOnLane(),
ls == LINKSTATE_ZIPPER ? &collectFoes : nullptr,
Expand Down

0 comments on commit 8629397

Please sign in to comment.