Skip to content

Commit

Permalink
(vroom) more on adkusting driver
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Aug 20, 2024
1 parent 3bcf0d5 commit ebb120c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/vroom/vroom_driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,7 @@ vrp_do_vroom(
/*
* Create the matrix. Also, scale the time matrix according to min_speed_factor
*/
vrprouting::base::Base_Matrix matrix(matrix_rows, total_matrix_rows,
location_ids, min_speed_factor);
Matrix matrix(matrix_rows, total_matrix_rows, location_ids, min_speed_factor);

/*
* Verify size of matrix cell lies in the limit
Expand Down

0 comments on commit ebb120c

Please sign in to comment.