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

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Sep 5 00:09:08 PDT 2015


Author: gianluca
Date: 2015-09-05 00:09:08 -0700 (Sat, 05 Sep 2015)
New Revision: 66107

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

Modified: grass-addons/grass7/raster/r.mcda.promethee/main.c
===================================================================
--- grass-addons/grass7/raster/r.mcda.promethee/main.c	2015-09-05 06:40:51 UTC (rev 66106)
+++ grass-addons/grass7/raster/r.mcda.promethee/main.c	2015-09-05 07:09:08 UTC (rev 66107)
@@ -202,16 +202,14 @@
                 /* viene letto il valore di cella e lo si attribuisce ad una variabile di tipo DCELL e poi ad un array*/
                 DCELL v1 = ((DCELL *)attributes[i].inrast)[col1];
                 decision_vol[row1][col1][i]=(double)(v1);
-                G_message("row: %d",row1);
-
             }
         }
     }
 
 
     build_flow_matrix(nrows,ncols,ncriteria,weight_vect,decision_vol,positive_flow_vol, negative_flow_vol); /*scan all DCELL, make a pairwise comparatione, buil positive flow matrix*/
+    G_message("step ended");
 
-
     for (row1 = 0; row1 < nrows; row1++)
     {
         for (col1 = 0; col1 < ncols; col1++)



More information about the grass-commit mailing list