Skip to content
Snippets Groups Projects
Commit 0419d30a authored by Антон Кудряшов's avatar Антон Кудряшов
Browse files

- comment ps exception

parent 1c0a2967
Branches
No related tags found
No related merge requests found
...@@ -112,8 +112,9 @@ namespace WindStressPRM ...@@ -112,8 +112,9 @@ namespace WindStressPRM
this.LineList.Add(line); this.LineList.Add(line);
} }
} }
if (this.LineList.Count == 0) { throw new System.Exception("Station has no corresponding/attached lines"); } //if (this.LineList.Count == 0) {
return; // throw new System.Exception("Station has no corresponding/attached lines");
//}
} }
/// <summary> /// <summary>
/// initializes CurrentVolt parameter /// initializes CurrentVolt parameter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment