[GRASS-SVN] r53190 - grass/branches/releasebranch_6_4/raster/r.distance
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Sep 17 02:20:01 PDT 2012
Author: martinl
Date: 2012-09-17 02:20:00 -0700 (Mon, 17 Sep 2012)
New Revision: 53190
Modified:
grass/branches/releasebranch_6_4/raster/r.distance/parse.c
Log:
r.distance: bugfix #1731
(merge r53189 from devbr6)
Modified: grass/branches/releasebranch_6_4/raster/r.distance/parse.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.distance/parse.c 2012-09-17 09:00:42 UTC (rev 53189)
+++ grass/branches/releasebranch_6_4/raster/r.distance/parse.c 2012-09-17 09:20:00 UTC (rev 53190)
@@ -36,7 +36,7 @@
maps->key = "maps";
maps->key_desc = "map1,map2";
maps->required = YES;
- maps->multiple = NO;
+ maps->multiple = YES;
maps->type = TYPE_STRING;
maps->description = _("Maps for computing inter-class distances");
maps->gisprompt = "old,cell,raster";
More information about the grass-commit
mailing list