Skip to content

Commit

Permalink
fixing warning #3
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed May 17, 2024
1 parent 9eea214 commit c7bc6f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/microsim/MSVehicleType.h
Original file line number Diff line number Diff line change
Expand Up @@ -336,9 +336,9 @@ class MSVehicleType {
}

/** @brief Get this person type's factor for loading/boarding duration
* @return The multiplier for the time a container / person needs to get loaded
* @return The multiplier for the time a container / person needs to get loaded
*/
SUMOTime getBoardingFactor() const {
double getBoardingFactor() const {
return myParameter.boardingFactor;
}

Expand Down

0 comments on commit c7bc6f6

Please sign in to comment.