[GRASS-SVN] r43604 - grass/branches/develbranch_6/raster/r.surf.contour

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Sep 22 04:36:04 EDT 2010


Author: mmetz
Date: 2010-09-22 08:36:04 +0000 (Wed, 22 Sep 2010)
New Revision: 43604

Modified:
   grass/branches/develbranch_6/raster/r.surf.contour/main.c
Log:
raise debug level

Modified: grass/branches/develbranch_6/raster/r.surf.contour/main.c
===================================================================
--- grass/branches/develbranch_6/raster/r.surf.contour/main.c	2010-09-22 02:10:52 UTC (rev 43603)
+++ grass/branches/develbranch_6/raster/r.surf.contour/main.c	2010-09-22 08:36:04 UTC (rev 43604)
@@ -104,7 +104,7 @@
     /* limit memory consumption to about 100 MB */
     if (n_segments > 800)
 	n_segments = 800;
-    G_debug(0, "n_segments: %d", n_segments);
+    G_debug(1, "n_segments: %d", n_segments);
     dseg_open(&con, s_size, s_size, n_segments);
     dseg_read_cell(&con, con_name, con_mapset);
     alt_row = (DCELL *) G_malloc(ncols * sizeof(DCELL));



More information about the grass-commit mailing list