[GRASS-SVN] r53993 - grass-addons/grass7/raster/r.stream.extract
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Nov 23 07:42:31 PST 2012
Author: mmetz
Date: 2012-11-23 07:42:31 -0800 (Fri, 23 Nov 2012)
New Revision: 53993
Modified:
grass-addons/grass7/raster/r.stream.extract/main.c
Log:
r.stream.extract: fix d8cut option answer
Modified: grass-addons/grass7/raster/r.stream.extract/main.c
===================================================================
--- grass-addons/grass7/raster/r.stream.extract/main.c 2012-11-23 15:40:30 UTC (rev 53992)
+++ grass-addons/grass7/raster/r.stream.extract/main.c 2012-11-23 15:42:31 UTC (rev 53993)
@@ -111,7 +111,6 @@
_("If accumulation is larger than d8cut, SFD is used instead of MFD."
" Applies only if no accumulation map is given.");
input.d8cut->required = NO;
- input.d8cut->answer = "infinity";
input.d8cut->type = TYPE_DOUBLE;
input.mont_exp = G_define_option();
More information about the grass-commit
mailing list