Преглед изворни кода

clarify needing G_percent() after loop (merge from devbr6)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@34820 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman пре 16 година
родитељ
комит
e1b6f3266c
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      lib/gis/percent.c

+ 2 - 1
lib/gis/percent.c

@@ -52,7 +52,8 @@ static struct state *st = &state;
  * 
  * Note that to prevent the illusion of the module stalling, the G_percent()
  * call is placed before the time consuming part of the for loop, and an
- * additional call is added after the loop to "finish it off" at 100%.
+ * additional call is generally needed after the loop to "finish it off"
+ * at 100%.
  *
  * \param n current element
  * \param d total number of elements