[GRASS-SVN] r34820 - grass/trunk/lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 10 00:35:27 EST 2008


Author: hamish
Date: 2008-12-10 00:35:27 -0500 (Wed, 10 Dec 2008)
New Revision: 34820

Modified:
   grass/trunk/lib/gis/percent.c
Log:
clarify needing G_percent() after loop (merge from devbr6)

Modified: grass/trunk/lib/gis/percent.c
===================================================================
--- grass/trunk/lib/gis/percent.c	2008-12-10 05:31:33 UTC (rev 34819)
+++ grass/trunk/lib/gis/percent.c	2008-12-10 05:35:27 UTC (rev 34820)
@@ -52,7 +52,8 @@
  * 
  * 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



More information about the grass-commit mailing list