[GRASS-SVN] r43587 - grass/branches/develbranch_6/raster/r.terraflow

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Sep 21 09:27:50 EDT 2010


Author: neteler
Date: 2010-09-21 13:27:50 +0000 (Tue, 21 Sep 2010)
New Revision: 43587

Modified:
   grass/branches/develbranch_6/raster/r.terraflow/filldepr.cc
Log:
mmetz: sync var names with trunk

Modified: grass/branches/develbranch_6/raster/r.terraflow/filldepr.cc
===================================================================
--- grass/branches/develbranch_6/raster/r.terraflow/filldepr.cc	2010-09-21 13:16:24 UTC (rev 43586)
+++ grass/branches/develbranch_6/raster/r.terraflow/filldepr.cc	2010-09-21 13:27:50 UTC (rev 43587)
@@ -129,9 +129,9 @@
   elevation_type h;
   cclabel_type u, v, ur, vr;
   /* no write op to boundaryStr, no need to call stream_len() each time */
-  off_t len = boundaryStr->stream_len();
+  off_t nitems = boundaryStr->stream_len();
   boundaryStr->seek(0);
-  for (off_t i=0; i< len; i++) {
+  for (off_t i=0; i< nitems; i++) {
 
     /*read next edge*/
     ae = boundaryStr->read_item(&nextedge);



More information about the grass-commit mailing list