From 11244c3186b86bfe4f994fee23352be6195163f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Thu, 13 May 2021 07:25:44 +0300 Subject: [PATCH] bring back the original isolation_threshold --- IV/wm.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IV/wm.sql b/IV/wm.sql index 4a64bc9..0c962c6 100644 --- a/IV/wm.sql +++ b/IV/wm.sql @@ -335,7 +335,7 @@ create function wm_bend_attrs( dbggen integer default null ) returns wm_t_attrs[] as $$ declare - isolation_threshold constant real default 0.3; + isolation_threshold constant real default 0.5; attrs wm_t_attrs[]; attr wm_t_attrs; bend geometry;