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

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Sep 14 20:04:32 EDT 2008


Author: hamish
Date: 2008-09-14 20:04:32 -0400 (Sun, 14 Sep 2008)
New Revision: 33444

Modified:
   grass/trunk/lib/gis/window_map.c
Log:
revert broken-formatted and overly verbose debug message (merge from devbr6)

Modified: grass/trunk/lib/gis/window_map.c
===================================================================
--- grass/trunk/lib/gis/window_map.c	2008-09-14 23:59:29 UTC (rev 33443)
+++ grass/trunk/lib/gis/window_map.c	2008-09-15 00:04:32 UTC (rev 33444)
@@ -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