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

- comment ps exception

parent 1c0a2967
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment