Skip to content

Commit c9411ed

Browse files
committed
[pgr_vrpOneDepot]Fixing label
1 parent 36a7d19 commit c9411ed

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

sql/vrp_basic/pgr_vrpOneDepot.sql

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,14 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2424
-- Core function for vrp with sigle depot computation
2525
-- See README for description
2626
-----------------------------------------------------------------------
27-
--
28-
--
2927

30-
create or replace function pgr_vrpOneDepot(
28+
29+
--------------------
30+
-- pgr_vrpOneDepot
31+
--------------------
32+
33+
34+
CREATE OR REPLACE FUNCTION pgr_vrpOneDepot(
3135
text, -- order_sql
3236
text, -- vehicle_sql
3337
text, -- cost_sql

0 commit comments

Comments
 (0)