[GRASS-SVN] r65814 - grass-addons/grass7/raster/r.mcda.electre

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Aug 2 22:57:36 PDT 2015


Author: gianluca
Date: 2015-08-02 22:57:35 -0700 (Sun, 02 Aug 2015)
New Revision: 65814

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


Modified: grass-addons/grass7/raster/r.mcda.electre/dominance.c
===================================================================
--- grass-addons/grass7/raster/r.mcda.electre/dominance.c	2015-08-03 05:55:10 UTC (rev 65813)
+++ grass-addons/grass7/raster/r.mcda.electre/dominance.c	2015-08-03 05:57:35 UTC (rev 65814)
@@ -4,8 +4,8 @@
  * global function declaration
  */
 
-void build_weight_vect(int nrows, int ncols, int ncriteria,
-                       struct Option *weight, double *weight_vect);
+void build_weight_vect(int ncriteria, struct Option *weight,
+						double *weight_vect);
 
 void build_dominance_matrix(int nrows, int ncols, int ncriteria,
                             double *weight_vect, double ***decision_vol);



More information about the grass-commit mailing list