From ebb120c15501e41d9de9dd2b7ba16ac6de0df137 Mon Sep 17 00:00:00 2001 From: cvvergara Date: Tue, 20 Aug 2024 11:54:14 -0600 Subject: [PATCH] (vroom) more on adkusting driver --- src/vroom/vroom_driver.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/vroom/vroom_driver.cpp b/src/vroom/vroom_driver.cpp index 42d1e2acb..e90e60782 100644 --- a/src/vroom/vroom_driver.cpp +++ b/src/vroom/vroom_driver.cpp @@ -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