Skip to content
Snippets Groups Projects
Commit 63831d6f authored by Debolskiy Andrey's avatar Debolskiy Andrey :bicyclist_tone5:
Browse files

Checked console application working properly and added some comments

parent 8e43b46f
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ namespace Mes_Wind_console
first = second;
powerlines.Add(dummyline);
}
//create PRM_station list to pass to PRM_wind from loaded point layer
//create Powerstation list
List<WindStressPRM.PowerStation> powerpoints = new List<WindStressPRM.PowerStation>();
for (int i = 0; i < numbStations; i++)
{
......
......@@ -33,6 +33,8 @@ namespace WindStressPRM
/// <summary>
/// type of point - trans/pole/endpoint
/// тип станции - трансформаторная подстанция/столб/понижающая(конечная)подстанция
///столбы не идут в аутпут, и обрабатываються алгоритмом, так что если есть на куске графа, саязанного только столбами есть сломанный сегмент
/// весб кусок графа обесточен
/// </summary>
public enum StationType
{
......
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