Skip to content

Commit e55887f

Browse files
committed
translate comments in English (fix for #4338)
1 parent a02b480 commit e55887f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/analysis/network/qgsgraph.h

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,13 @@
1414
***************************************************************************/
1515

1616
/*
17+
* This file describes the built-in QGIS classes modeling a mathematical graph.
18+
* Vertex is identified by its geographic coordinates (but you can add two vertex
19+
* with unique coordinate), no additional properties it can not be assigned.
20+
* Count the number of properties not limited along the arc. Graph may
21+
* be have intsedentnye arcs.
1722
*
1823
* \file qgsgraph.h
19-
* Этот файл описывает встроенные в QGIS классы описывающие математический граф. Вершина графа идентифицируется своими географическими координатами, никакие дополнительные свойства ей не могут быть присвоены. Количество свойств графа определяется разработчиком и не ограничено, например длина и время движения по дуге. Граф может быть направленным, иметь инцедентные ребра и петли.
20-
*
2124
*/
2225

2326
#ifndef QGSGRAPHH

0 commit comments

Comments
 (0)