Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.

Commit 4f41708

Browse files
fix(mincut_core): remove comment
1 parent e330ad4 commit 4f41708

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

‎ws/fct/ws_gw_fct_mincut_core.sql‎

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,6 @@ SELECT gw_fct_mincut_core('{"data":{
1919
"ignoreCheckValvesMincut":true
2020
}}') INTO v_response;
2121
22-
The mincut arcs:
23-
24-
SELECT p.*, a.the_geom
25-
FROM ws_github.temp_pgr_arc p
26-
JOIN ws_github.arc a on p.arc_id =a.arc_id
27-
WHERE p.mapzone_id <>0;
28-
29-
The mincut valves MINCUT:
30-
31-
SELECT a.*, n.the_geom
32-
FROM ws_github.temp_pgr_arc a
33-
JOIN ws_github.node n ON n.node_id = COALESCE(a.node_1, a.node_2)
34-
WHERE a.graph_delimiter = 'MINSECTOR' AND a.mapzone_id <>0;
35-
3622
*/
3723

3824
DECLARE

0 commit comments

Comments
 (0)