[GRASS-SVN] r66228 - grass-addons/grass7/raster/r.mcda.topsis
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Sep 14 12:15:09 PDT 2015
Author: gianluca
Date: 2015-09-14 12:15:09 -0700 (Mon, 14 Sep 2015)
New Revision: 66228
Modified:
grass-addons/grass7/raster/r.mcda.topsis/r.mcda.topsis.py
Log:
-clean work files
Modified: grass-addons/grass7/raster/r.mcda.topsis/r.mcda.topsis.py
===================================================================
--- grass-addons/grass7/raster/r.mcda.topsis/r.mcda.topsis.py 2015-09-14 17:06:52 UTC (rev 66227)
+++ grass-addons/grass7/raster/r.mcda.topsis/r.mcda.topsis.py 2015-09-14 19:15:09 UTC (rev 66228)
@@ -145,7 +145,7 @@
worstPointDistance(worstPointsList,criteria)
relativeCloseness(topsismap)
gscript.run_command("g.remove", flags='f', type='raster', name=",".join(criteria))
- gscript.run_command("g.remove", flags='f', type='raster', name="IdealPointDistance,WorstPointDistance")
+ gscript.run_command("g.remove", flags='f', type='raster', name="IdealPointDistance,WorstPointDistance,critPow")
end=time()
print "Time computing-> %.4f s" % (end-start)
More information about the grass-commit
mailing list