[GRASS-SVN] r66196 - grass-addons/grass7/raster/r.mcda.promethee
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Sep 13 14:00:27 PDT 2015
Author: gianluca
Date: 2015-09-13 14:00:27 -0700 (Sun, 13 Sep 2015)
New Revision: 66196
Modified:
grass-addons/grass7/raster/r.mcda.promethee/main.c
grass-addons/grass7/raster/r.mcda.promethee/promethee.c
Log:
-
Modified: grass-addons/grass7/raster/r.mcda.promethee/main.c
===================================================================
--- grass-addons/grass7/raster/r.mcda.promethee/main.c 2015-09-13 20:55:24 UTC (rev 66195)
+++ grass-addons/grass7/raster/r.mcda.promethee/main.c 2015-09-13 21:00:27 UTC (rev 66196)
@@ -186,7 +186,6 @@
outrast_positive_flow = Rast_allocate_buf(DCELL_TYPE); /* Allocate memory for a raster map of type DCELL_TYPE. */
outrast_negative_flow = Rast_allocate_buf(DCELL_TYPE);
outrast_net_flow = Rast_allocate_buf(DCELL_TYPE);
- //outrast_net_flow = Rast_allocate_buf(DCELL_TYPE);
/* controlling, if we can write the raster */
outfd_positive_flow = Rast_open_new(result_positive_flow, DCELL_TYPE);
Modified: grass-addons/grass7/raster/r.mcda.promethee/promethee.c
===================================================================
--- grass-addons/grass7/raster/r.mcda.promethee/promethee.c 2015-09-13 20:55:24 UTC (rev 66195)
+++ grass-addons/grass7/raster/r.mcda.promethee/promethee.c 2015-09-13 21:00:27 UTC (rev 66196)
@@ -89,7 +89,7 @@
}
}
}
-
+ G_message("check");
for(row1 = 0; row1 < nrows; row1++)
{
for (col1 = 0; col1 < ncols; col1++)
More information about the grass-commit
mailing list