[GRASS-SVN] r66053 - grass-addons/grass7/raster/r.green/r.green.hydro/r.green.hydro.technical

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Aug 28 07:31:20 PDT 2015


Author: Giulia
Date: 2015-08-28 07:31:20 -0700 (Fri, 28 Aug 2015)
New Revision: 66053

Modified:
   grass-addons/grass7/raster/r.green/r.green.hydro/r.green.hydro.technical/r.green.hydro.technical.py
Log:
r.green: several bugs on input and output files

Modified: grass-addons/grass7/raster/r.green/r.green.hydro/r.green.hydro.technical/r.green.hydro.technical.py
===================================================================
--- grass-addons/grass7/raster/r.green/r.green.hydro/r.green.hydro.technical/r.green.hydro.technical.py	2015-08-28 14:30:29 UTC (rev 66052)
+++ grass-addons/grass7/raster/r.green/r.green.hydro/r.green.hydro.technical/r.green.hydro.technical.py	2015-08-28 14:31:20 UTC (rev 66053)
@@ -662,7 +662,7 @@
                        contour=options['contour'], overwrite=gcore.overwrite())
     if options['resolution']:
         struct_opts['resolution'] = options['resolution']
-    gcore.run_command('r.green.hydro.strucintake_idture', **struct_opts)
+    gcore.run_command('r.green.hydro.structure', **struct_opts)
 
     gcore.run_command('v.build', map=output_struct)
 ## --------------------------------------------------------------------------



More information about the grass-commit mailing list