Skip to content

Commit

Permalink
added comment. refs #2
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Apr 3, 2019
1 parent 62a5f80 commit 2751510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/vehicle/SUMOVehicleParameter.h
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ class SUMOVehicleParameter : public Parameterised {
std::set<std::string> awaitedContainers;
/// @brief id of the trip within a cyclical public transport route
std::string tripId;
/// @brief lanes and positions connected to this stop
/// @brief lanes and positions connected to this stop (only used by duarouter where Stop is used to store stopping places)
std::vector<std::tuple<std::string, double, double> > accessPos;
/// @brief at which position in the stops list
int index;
Expand Down

0 comments on commit 2751510

Please sign in to comment.