Skip to content

Commit

Permalink
fixing crash in debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Mar 6, 2024
1 parent 5865ec7 commit 856eca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/microsim/MSLaneChanger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1845,7 +1845,7 @@ MSLaneChanger::resolveDeadlock(MSVehicle* vehicle,
std::cout << SIMTIME << " veh=" << vehicle->getID() << " resolveDeadlock"
<< " leader=" << leader.first->getID()
<< " leaderGap=" << leader.second
<< " oncoming=" << oncomingOpposite.first->getID()
<< " oncoming=" << Named::getIDSecure(oncomingOpposite.first)
<< " currentDist=" << currentDist
<< " blockerLength=" << blockerLength
<< " reserved=" << reserved
Expand Down

0 comments on commit 856eca5

Please sign in to comment.