[GRASS-SVN] r35816 - grass/branches/releasebranch_6_4/raster/r.surf.contour

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Feb 8 17:24:47 EST 2009


Author: hamish
Date: 2009-02-08 17:24:47 -0500 (Sun, 08 Feb 2009)
New Revision: 35816

Modified:
   grass/branches/releasebranch_6_4/raster/r.surf.contour/main.c
Log:
further segmentation tuning (FWIW; merge from devbr6)

Modified: grass/branches/releasebranch_6_4/raster/r.surf.contour/main.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.surf.contour/main.c	2009-02-08 22:21:28 UTC (rev 35815)
+++ grass/branches/releasebranch_6_4/raster/r.surf.contour/main.c	2009-02-08 22:24:47 UTC (rev 35816)
@@ -97,7 +97,7 @@
     nrows = G_window_rows();
     ncols = G_window_cols();
     i_val_l_f = nrows + ncols;
-    cseg_open(&con, 256, 256, 64);
+    cseg_open(&con, 512, 512, 16);
     cseg_read_cell(&con, con_name, con_mapset);
     alt_row = (CELL *) G_malloc(ncols * sizeof(CELL));
     if (fast_mode) {



More information about the grass-commit mailing list