[GRASS-SVN] r65812 - grass-addons/grass7/raster/r.mcda.electre
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Aug 2 15:07:07 PDT 2015
Author: gianluca
Date: 2015-08-02 15:07:07 -0700 (Sun, 02 Aug 2015)
New Revision: 65812
Modified:
grass-addons/grass7/raster/r.mcda.electre/main.c
Log:
removed warning
Modified: grass-addons/grass7/raster/r.mcda.electre/main.c
===================================================================
--- grass-addons/grass7/raster/r.mcda.electre/main.c 2015-08-02 21:54:18 UTC (rev 65811)
+++ grass-addons/grass7/raster/r.mcda.electre/main.c 2015-08-02 22:07:07 UTC (rev 65812)
@@ -30,14 +30,13 @@
{
struct Cell_head cellhd; /* it stores region information, and header information of rasters */
char *result_concordance, *result_discordance; /* outputs raster name */
- char *mapset; /* mapset name */
+ /*char *mapset; mapset name */
unsigned char *outrast_concordance, *outrast_discordance; /* output buffer */
- char *message;
int i,j, ncriteria=0; /* index and files number*/
int nrows, ncols;
- int row1, row2, col1, col2;
+ int row1, col1;
int outfd_concordance, outfd_discordance; /* output file descriptor */
- RASTER_MAP_TYPE data_type; /* type of the map (CELL/DCELL/...) */
+ /*RASTER_MAP_TYPE data_type; type of the map (CELL/DCELL/...) */
double *weight_vect, ***decision_vol;/* vector and matrix */
More information about the grass-commit
mailing list