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

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Aug 3 14:54:44 PDT 2015


Author: gianluca
Date: 2015-08-03 14:54:44 -0700 (Mon, 03 Aug 2015)
New Revision: 65823

Modified:
   grass-addons/grass7/raster/r.mcda.electre/main.c
   grass-addons/grass7/raster/r.mcda.electre/r.mcda.electre.html
Log:
stylistic corrections in main.c and documents.html

Modified: grass-addons/grass7/raster/r.mcda.electre/main.c
===================================================================
--- grass-addons/grass7/raster/r.mcda.electre/main.c	2015-08-03 21:35:56 UTC (rev 65822)
+++ grass-addons/grass7/raster/r.mcda.electre/main.c	2015-08-03 21:54:44 UTC (rev 65823)
@@ -3,9 +3,10 @@
  * MODULE:	 r.mcda.electre
  * AUTHORS:	 Gianluca Massei (g_massa at libero.it) - Antonio Boggia (boggia at unipg.it)
  *
- * PURPOSE:      Make a multicriterio decision  analysis based on ELECTRE algorthm
+ * PURPOSE:      Make a multicriteria decision analysis based on ELECTRE algorithm,
+ * 				 with concordance and discordance indexes maps
  *
- * COPYRIGHT:    (C) GRASS Development Team (2008)
+ * COPYRIGHT:    (C) GRASS Development Team (2015)
  *
  *		        This program is free software under the GNU General Public
  *   	    	License (>=v2). Read the file COPYING that comes with GRASS
@@ -117,7 +118,7 @@
     {
         struct input *p = &attributes[i];
         p->name = criteria->answers[i];
-        p->mapset = (char *) G_find_raster2(p->name,""); /* G_find_cell: Looks for the raster map "name" in the database. */
+        p->mapset = (char *) G_find_raster2(p->name,""); /*  Looks for the raster map "name" in the database. */
         if (p->mapset==NULL) /* returns NULL if the map was not found in any mapset,   mapset name otherwise */
             G_fatal_error(_("Raster file <%s> not found"), p->name);
 

Modified: grass-addons/grass7/raster/r.mcda.electre/r.mcda.electre.html
===================================================================
--- grass-addons/grass7/raster/r.mcda.electre/r.mcda.electre.html	2015-08-03 21:35:56 UTC (rev 65822)
+++ grass-addons/grass7/raster/r.mcda.electre/r.mcda.electre.html	2015-08-03 21:54:44 UTC (rev 65823)
@@ -18,7 +18,14 @@
 be prepared before by using, for example, r.mapcalc. The weights vector
 is always normalized so that the sum of the weights is 1.
 
+<h2>CITE AS</h2>
+<p>Massei, G., Rocchi, L., Paolotti, L., Greco, S., & Boggia,
+Decision Support Systems for environmental management: 
+A case study on wastewater from agriculture, Journal of Environmental Management, 
+Volume 146, 15 December 2014, Pages 491-504, ISSN 0301-4797</p>
 
+
+
 <h2>REFERENCE</h2>
 <p>Roy, B. (1971) Problem and methods with multiple objective functions
  Mathematical programming 1, 239-266.</P>
@@ -26,10 +33,10 @@
  methods , Document du LAMSADE, Paris.</P>
 <p>Janssen R. (1994) - Multiobjective decision support for environmental
  management, Kluwer Academic Publishers.</P>
-<p>GRASS Development Team (2008)</P>
+<p>GRASS Development Team (2015)</P>
 
 <h2>SEE ALSO</h2>
-<em>r.mcda.fuzzy, r.mcda.electre, r.roughet, r.mapcalc</em>
+<em>r.mcda.fuzzy, r.mcda.regime, r.mcda.roughet, r.mapcalc</em>
 
 <h2>AUTHORS</h2>
 Antonio Boggia - Gianluca Massei<br>



More information about the grass-commit mailing list