[GRASS-SVN] r41535 - grass/branches/develbranch_6/raster/r.terraflow
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Mar 25 09:53:03 EDT 2010
Author: hamish
Date: 2010-03-25 09:53:02 -0400 (Thu, 25 Mar 2010)
New Revision: 41535
Modified:
grass/branches/develbranch_6/raster/r.terraflow/grass2str.h
Log:
+debug msg to help figure out #1006
Modified: grass/branches/develbranch_6/raster/r.terraflow/grass2str.h
===================================================================
--- grass/branches/develbranch_6/raster/r.terraflow/grass2str.h 2010-03-24 15:39:38 UTC (rev 41534)
+++ grass/branches/develbranch_6/raster/r.terraflow/grass2str.h 2010-03-25 13:53:02 UTC (rev 41535)
@@ -140,7 +140,9 @@
G_free(inrast);
/* close map files */
G_close_cell (infd);
-
+
+ G_debug(3, "nrows=%d ncols=%d stream_len()=%d", nrows, ncols,
+ str->stream_len());
assert(nrows * ncols == str->stream_len());
rt_stop(rt);
stats->recordTime("reading raster map", rt);
More information about the grass-commit
mailing list