[GRASS-SVN] r66199 - grass-addons/grass7/raster/r.mcda.promethee

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Sep 13 14:05:33 PDT 2015


Author: gianluca
Date: 2015-09-13 14:05:33 -0700 (Sun, 13 Sep 2015)
New Revision: 66199

Modified:
   grass-addons/grass7/raster/r.mcda.promethee/promethee.c
Log:
-

Modified: grass-addons/grass7/raster/r.mcda.promethee/promethee.c
===================================================================
--- grass-addons/grass7/raster/r.mcda.promethee/promethee.c	2015-09-13 21:04:24 UTC (rev 66198)
+++ grass-addons/grass7/raster/r.mcda.promethee/promethee.c	2015-09-13 21:05:33 UTC (rev 66199)
@@ -94,7 +94,7 @@
 		{
 			for (col1 = 0; col1 < ncols; col1++)
 				{
-					G_percent(col1, (ncols), 2);
+					//G_percent(col1, (ncols), 2);
 					positive_flow_vol[row1][col1]=positive_flow_vol[row1][col1]/ncriteria;
 					negative_flow_vol[row1][col1]=negative_flow_vol[row1][col1]/ncriteria;
 					net_flow_vol[row1][col1]=0; //positive_flow_vol[row1][col1]-negative_flow_vol[row1][col1];



More information about the grass-commit mailing list