[GRASS-SVN] r34679 - grass/branches/develbranch_6/raster/r.circle

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Dec 2 15:28:12 EST 2008


Author: martinl
Date: 2008-12-02 15:28:12 -0500 (Tue, 02 Dec 2008)
New Revision: 34679

Modified:
   grass/branches/develbranch_6/raster/r.circle/dist.c
Log:
r.circle: (cosmetics) header fixed, done msg added


Modified: grass/branches/develbranch_6/raster/r.circle/dist.c
===================================================================
--- grass/branches/develbranch_6/raster/r.circle/dist.c	2008-12-02 19:05:44 UTC (rev 34678)
+++ grass/branches/develbranch_6/raster/r.circle/dist.c	2008-12-02 20:28:12 UTC (rev 34679)
@@ -1,7 +1,7 @@
 
 /****************************************************************************
  *
- * MODULE:       r.cats
+ * MODULE:       r.circle
  *
  * AUTHOR(S):    Bill Brown - CERL (Jan, 1993)
  *               Markus Neteler
@@ -9,7 +9,7 @@
  * PURPOSE:      Creates a raster map containing concentric rings
  *	         around a given point.
  *
- * COPYRIGHT:    (C) 2006 by the GRASS Development Team
+ * COPYRIGHT:    (C) 2006-2008 by the GRASS Development Team
  *
  *               This program is free software under the GNU General Public
  *               License (>=v2). Read the file COPYING that comes with GRASS
@@ -152,6 +152,9 @@
     G_command_history(&history);
     G_write_history(out_file->answer, &history);
 
+    G_done_msg(_("Raster map <%s> created."),
+	       out_file->answer);
+    
     return (EXIT_SUCCESS);
 }
 



More information about the grass-commit mailing list