Skip to content

Commit

Permalink
fix typo on comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Aug 25, 2024
1 parent b33fcd0 commit cfaebd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/optimize/optimize_driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ subdivide_processing(
/*
* Nothing to do:
* - no shipments to process
* - last optimization had exavtly the same shipments
* - last optimization had exactly the same shipments
*/
if ((shipments_in_stops.size() == 0)
|| (prev_shipments_in_stops == shipments_in_stops)) continue;
Expand Down

0 comments on commit cfaebd4

Please sign in to comment.