Skip to content

Commit

Permalink
fixing error message #22
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Jan 19, 2024
1 parent 56aceb8 commit 4d58bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsumo/Vehicle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1994,7 +1994,7 @@ Vehicle::setLateralLanePosition(const std::string& vehID, double posLat) {
if (veh != nullptr) {
veh->setLateralPositionOnLane(posLat);
} else {
WRITE_ERROR("updateBestLanes not applicable for meso");
WRITE_ERROR("setLateralLanePosition not applicable for meso");
}
}

Expand Down

0 comments on commit 4d58bca

Please sign in to comment.