[GRASS-SVN] r59433 - grass-addons/grass7/raster/r.stream.basins

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Mar 27 08:16:41 PDT 2014


Author: martinl
Date: 2014-03-27 08:16:41 -0700 (Thu, 27 Mar 2014)
New Revision: 59433

Modified:
   grass-addons/grass7/raster/r.stream.basins/main.c
Log:
r.stream.basins: fix compilation error from r59429


Modified: grass-addons/grass7/raster/r.stream.basins/main.c
===================================================================
--- grass-addons/grass7/raster/r.stream.basins/main.c	2014-03-27 15:14:47 UTC (rev 59432)
+++ grass-addons/grass7/raster/r.stream.basins/main.c	2014-03-27 15:16:41 UTC (rev 59433)
@@ -55,7 +55,7 @@
     in_dir_opt->key = "dirs";
     in_dir_opt->description = _("Name of input flow direction raster map");
 
-    in_coor_opt = G_define_standard_option(G_OPT_M_COORS);	/* input coordinates of outlet */
+    in_coor_opt = G_define_standard_option(G_OPT_M_COORDS);	/* input coordinates of outlet */
     in_coor_opt->required = NO;
     in_coor_opt->multiple = YES;
     in_coor_opt->description = _("Basin's outlet's coordinates");



More information about the grass-commit mailing list