From 135e4c51be7a8289165e65dd3949166af3013288 Mon Sep 17 00:00:00 2001 From: Andrey Debolskiy <and.debol@gmail.com> Date: Fri, 9 Sep 2016 11:22:13 +0300 Subject: [PATCH] minor commit before merge --- MES_Wind/PRM_wind.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MES_Wind/PRM_wind.cs b/MES_Wind/PRM_wind.cs index aafa464..425a51c 100644 --- a/MES_Wind/PRM_wind.cs +++ b/MES_Wind/PRM_wind.cs @@ -91,7 +91,7 @@ namespace MES_Wind List<PRM_Line> powerlines; #region "control parameters" - public double dist_threshold; + public double dist_threshold=500; #endregion -- GitLab