diff --git a/WindStressPRM/Objects/PowerStation.cs b/WindStressPRM/Objects/PowerStation.cs index c2f07eda85ec3a80547a54032b9d0604bd90b5fb..5611c7849285df0dd0ec9a91715c18f410b27bee 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