Skip to content

Commit

Permalink
translate comments in English (fix for #4338)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Sep 30, 2011
1 parent a02b480 commit e55887f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/analysis/network/qgsgraph.h
Expand Up @@ -14,10 +14,13 @@
***************************************************************************/

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

#ifndef QGSGRAPHH
Expand Down

0 comments on commit e55887f

Please sign in to comment.