浏览代码

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