From 0419d30a753a62cc755372556a0645312fa9a710 Mon Sep 17 00:00:00 2001
From: Anton Kudryashov <qubabox@mail.ru>
Date: Fri, 25 Nov 2016 16:05:13 +0300
Subject: [PATCH] - comment ps exception

---
 WindStressPRM/Objects/PowerStation.cs | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/WindStressPRM/Objects/PowerStation.cs b/WindStressPRM/Objects/PowerStation.cs
index c2f07ed..5611c78 100644
--- a/WindStressPRM/Objects/PowerStation.cs
+++ b/WindStressPRM/Objects/PowerStation.cs
@@ -112,8 +112,9 @@ namespace WindStressPRM
                     this.LineList.Add(line);
                 }
             }
-            if (this.LineList.Count == 0) { throw new System.Exception("Station has no corresponding/attached lines"); }
-            return;
+            //if (this.LineList.Count == 0) { 
+            //    throw new System.Exception("Station has no corresponding/attached lines");
+            //}
         }
         /// <summary>
         /// initializes CurrentVolt parameter
-- 
GitLab