Skip to content

Commit

Permalink
Merge branch 'fix/parameter-type'
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoupey committed Nov 7, 2023
2 parents 66509df + d9a5f81 commit 72f95a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structures/vroom/vehicle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Vehicle::Vehicle(Id id,
double speed_factor,
const std::optional<size_t>& max_tasks,
const std::optional<UserDuration>& max_travel_time,
const std::optional<UserDuration>& max_distance,
const std::optional<UserDistance>& max_distance,
const std::vector<VehicleStep>& input_steps)
: id(id),
start(start),
Expand Down

0 comments on commit 72f95a0

Please sign in to comment.