[GRASS-SVN] r35815 -
grass/branches/develbranch_6/raster/r.surf.contour
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Feb 8 17:21:28 EST 2009
Author: hamish
Date: 2009-02-08 17:21:28 -0500 (Sun, 08 Feb 2009)
New Revision: 35815
Modified:
grass/branches/develbranch_6/raster/r.surf.contour/main.c
Log:
further segmentation tuning (FWIW)
Modified: grass/branches/develbranch_6/raster/r.surf.contour/main.c
===================================================================
--- grass/branches/develbranch_6/raster/r.surf.contour/main.c 2009-02-08 16:42:21 UTC (rev 35814)
+++ grass/branches/develbranch_6/raster/r.surf.contour/main.c 2009-02-08 22:21:28 UTC (rev 35815)
@@ -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