[GRASS-SVN] r65815 - grass-addons/grass7/raster/r.mcda.electre
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Aug 2 22:58:32 PDT 2015
Author: gianluca
Date: 2015-08-02 22:58:32 -0700 (Sun, 02 Aug 2015)
New Revision: 65815
Modified:
grass-addons/grass7/raster/r.mcda.electre/local_proto.h
Log:
Modified: grass-addons/grass7/raster/r.mcda.electre/local_proto.h
===================================================================
--- grass-addons/grass7/raster/r.mcda.electre/local_proto.h 2015-08-03 05:57:35 UTC (rev 65814)
+++ grass-addons/grass7/raster/r.mcda.electre/local_proto.h 2015-08-03 05:58:32 UTC (rev 65815)
@@ -15,8 +15,8 @@
void *inrast; /* input buffer */
};
-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