[GRASS-SVN] r33443 - grass/branches/develbranch_6/lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Sep 14 19:59:30 EDT 2008
Author: hamish
Date: 2008-09-14 19:59:29 -0400 (Sun, 14 Sep 2008)
New Revision: 33443
Modified:
grass/branches/develbranch_6/lib/gis/window_map.c
Log:
revert broken-formatted and overly verbose debug message
Modified: grass/branches/develbranch_6/lib/gis/window_map.c
===================================================================
--- grass/branches/develbranch_6/lib/gis/window_map.c 2008-09-14 07:06:32 UTC (rev 33442)
+++ grass/branches/develbranch_6/lib/gis/window_map.c 2008-09-14 23:59:29 UTC (rev 33443)
@@ -98,10 +98,11 @@
}
}
- G_debug(3, "create window mapping (%d cols)", G__.window.cols);
- for (i = 0; i < G__.window.cols; i++)
- G_debug(3, "%s%ld", i % 15 ? " " : "\n", (long)fcb->col_map[i]);
+ G_debug(3, "create window mapping (%d columns)", G__.window.cols);
+/* for (i = 0; i < G__.window.cols; i++)
+ fprintf(stderr, "%s%ld", i % 15 ? " " : "\n", (long)fcb->col_map[i]);
fprintf(stderr, "\n");
+*/
/* compute C1,C2 for row window mapping */
fcb->C1 = G__.window.ns_res / fcb->cellhd.ns_res;
More information about the grass-commit
mailing list