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

- fixed comments

parent c3bb2c1d
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ namespace Mes_Wind_console
{
const int rowCountPrognostic = 3;
const int colCountPrognostic = 3;
var prognosticMatrix = new Matrix<PrognosticCell> // TODO: Matrix Лишняя проверка Cells.Rank в RowsCount() / ColumnCount()?
var prognosticMatrix = new Matrix<PrognosticCell>
{
Cells = new PrognosticCell[rowCountPrognostic, colCountPrognostic],
Size = new CellSize(500, 500),
......@@ -108,7 +108,7 @@ namespace Mes_Wind_console
Console.WriteLine("disabled station identifier is {0}", station.Identifier);
}
foreach (var coordinate in output.SpecificCoordinates) // TODO: Название Output.Spectific -> Specific ?
foreach (var coordinate in output.SpecificCoordinates)
{
Console.WriteLine("in coordinate ({0}; {1}) 35kV and less could be broken", coordinate.X, coordinate.Y);
}
......
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