[GRASS-SVN] r66195 - grass-addons/grass7/raster/r.mcda.promethee
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Sep 13 13:55:24 PDT 2015
Author: gianluca
Date: 2015-09-13 13:55:24 -0700 (Sun, 13 Sep 2015)
New Revision: 66195
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 20:54:52 UTC (rev 66194)
+++ grass-addons/grass7/raster/r.mcda.promethee/promethee.c 2015-09-13 20:55:24 UTC (rev 66195)
@@ -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]=positive_flow_vol[row1][col1]-negative_flow_vol[row1][col1];
More information about the grass-commit
mailing list