Skip to content

Commit

Permalink
remove misleading comment ref #12
Browse files Browse the repository at this point in the history
Signed-off-by: m-kro <m.barthauer@t-online.de>
  • Loading branch information
m-kro committed Apr 17, 2024
1 parent b50f8ec commit 2c0a49e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/vehicle/SUMOVehicleParameter.h
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ class SUMOVehicleParameter : public Parameterised {
/// @brief write trigger attribute
std::vector<std::string> getTriggers() const;

/// @brief The edge to stop at (used only in netedit)
/// @brief The edge to stop at
std::string edge;

/// @brief The lane to stop at
Expand Down Expand Up @@ -400,7 +400,7 @@ class SUMOVehicleParameter : public Parameterised {

/// @brief The earliest pickup time for a taxi stop
SUMOTime waitUntil = -1;

/// @brief whether an arriving person lets the vehicle continue
bool triggered = false;

Expand Down

0 comments on commit 2c0a49e

Please sign in to comment.