[GRASS-SVN] r34819 - grass/branches/develbranch_6/lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Dec 10 00:31:33 EST 2008
Author: hamish
Date: 2008-12-10 00:31:33 -0500 (Wed, 10 Dec 2008)
New Revision: 34819
Modified:
grass/branches/develbranch_6/lib/gis/percent.c
Log:
clarify needing G_percent() after loop
Modified: grass/branches/develbranch_6/lib/gis/percent.c
===================================================================
--- grass/branches/develbranch_6/lib/gis/percent.c 2008-12-09 17:20:46 UTC (rev 34818)
+++ grass/branches/develbranch_6/lib/gis/percent.c 2008-12-10 05:31:33 UTC (rev 34819)
@@ -50,7 +50,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