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

Merge branch 'second_round_andrey' of http://tesla.parallel.ru/debol/MES_Wind into anton

parents 2d521c53 63831d6f
Branches
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ namespace Mes_Wind_console ...@@ -67,7 +67,7 @@ namespace Mes_Wind_console
first = second; first = second;
powerlines.Add(dummyline); 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>(); List<WindStressPRM.PowerStation> powerpoints = new List<WindStressPRM.PowerStation>();
for (int i = 0; i < numbStations; i++) for (int i = 0; i < numbStations; i++)
{ {
......
...@@ -33,6 +33,8 @@ namespace WindStressPRM ...@@ -33,6 +33,8 @@ namespace WindStressPRM
/// <summary> /// <summary>
/// type of point - trans/pole/endpoint /// type of point - trans/pole/endpoint
/// тип станции - трансформаторная подстанция/столб/понижающая(конечная)подстанция /// тип станции - трансформаторная подстанция/столб/понижающая(конечная)подстанция
///столбы не идут в аутпут, и обрабатываються алгоритмом, так что если есть на куске графа, саязанного только столбами есть сломанный сегмент
/// весб кусок графа обесточен
/// </summary> /// </summary>
public enum StationType public enum StationType
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment