[GRASS-SVN] r29456 - grass/trunk/raster/r.drain
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Dec 16 22:14:41 EST 2007
Author: hamish
Date: 2007-12-16 22:14:41 -0500 (Sun, 16 Dec 2007)
New Revision: 29456
Modified:
grass/trunk/raster/r.drain/main.c
Log:
add a title
Modified: grass/trunk/raster/r.drain/main.c
===================================================================
--- grass/trunk/raster/r.drain/main.c 2007-12-17 03:09:29 UTC (rev 29455)
+++ grass/trunk/raster/r.drain/main.c 2007-12-17 03:14:41 UTC (rev 29456)
@@ -435,6 +435,8 @@
/* close files and free buffers */
G_close_cell(new_id);
+ G_put_cell_title (new_map_name, "Surface flow trace");
+
G_short_history(new_map_name, "raster", &history);
G_command_history(&history);
G_write_history(new_map_name, &history);
More information about the grass-commit
mailing list