[GRASS-SVN] r66200 - grass-addons/grass7/raster/r.mcda.promethee
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Sep 13 14:06:49 PDT 2015
Author: gianluca
Date: 2015-09-13 14:06:49 -0700 (Sun, 13 Sep 2015)
New Revision: 66200
Modified:
grass-addons/grass7/raster/r.mcda.promethee/promethee.c
Log:
-
Modified: grass-addons/grass7/raster/r.mcda.promethee/promethee.c
===================================================================
--- grass-addons/grass7/raster/r.mcda.promethee/promethee.c 2015-09-13 21:05:33 UTC (rev 66199)
+++ grass-addons/grass7/raster/r.mcda.promethee/promethee.c 2015-09-13 21:06:49 UTC (rev 66200)
@@ -92,6 +92,7 @@
for(row1 = 0; row1 < nrows; row1++)
{
+ G_message("--");
for (col1 = 0; col1 < ncols; col1++)
{
//G_percent(col1, (ncols), 2);
More information about the grass-commit
mailing list