[GRASS-SVN] r59218 - grass/branches/develbranch_6/raster/wildfire/r.ros
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Mar 9 14:33:34 PDT 2014
Author: neteler
Date: 2014-03-09 14:33:34 -0700 (Sun, 09 Mar 2014)
New Revision: 59218
Modified:
grass/branches/develbranch_6/raster/wildfire/r.ros/main.c
Log:
r.ros: do not double close spotdist map
Modified: grass/branches/develbranch_6/raster/wildfire/r.ros/main.c
===================================================================
--- grass/branches/develbranch_6/raster/wildfire/r.ros/main.c 2014-03-09 21:33:31 UTC (rev 59217)
+++ grass/branches/develbranch_6/raster/wildfire/r.ros/main.c 2014-03-09 21:33:34 UTC (rev 59218)
@@ -889,7 +889,6 @@
G_close_cell(maxdir_fd);
if (spotting) {
G_close_cell(spotdist_fd);
- G_close_cell(spotdist_fd);
G_free(map_elev);
}
More information about the grass-commit
mailing list