[GRASS-SVN] r57669 - grass/branches/releasebranch_6_4/raster/r.param.scale

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Sep 13 19:56:31 PDT 2013


Author: hamish
Date: 2013-09-13 19:56:31 -0700 (Fri, 13 Sep 2013)
New Revision: 57669

Modified:
   grass/branches/releasebranch_6_4/raster/r.param.scale/main.c
Log:
whitespace, grammar (merge r35600 from devbr6)

Modified: grass/branches/releasebranch_6_4/raster/r.param.scale/main.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.param.scale/main.c	2013-09-14 02:52:51 UTC (rev 57668)
+++ grass/branches/releasebranch_6_4/raster/r.param.scale/main.c	2013-09-14 02:56:31 UTC (rev 57669)
@@ -22,43 +22,29 @@
 
     /*--------------------------------------------------------------------------*/
     /*                                 INITIALISE                               */
-
-    /*--------------------------------------------------------------------------*/
-
-
-
-    /*--------------------------------------------------------------------------*/
     /*                               GET INPUT FROM USER                        */
-
     /*--------------------------------------------------------------------------*/
-
     interface(argc, argv);
 
-
     /*--------------------------------------------------------------------------*/
     /*                        OPEN INPUT AND OUTPUT RASTER FILES                */
-
     /*--------------------------------------------------------------------------*/
 
     /* Make sure that the current projection is not lat/long */
     if ((G_projection() == PROJECTION_LL))
-	G_fatal_error(_("Lat/Long location is not supported"));
+	G_fatal_error(_("Lat/Long locations are not supported by this module"));
 
+
     open_files();
 
-
     /*--------------------------------------------------------------------------*/
     /*                       PROCESS SURFACE FOR FEATURE DETECTION              */
-
     /*--------------------------------------------------------------------------*/
-
     process();
 
     /*--------------------------------------------------------------------------*/
     /*                     CLOSE ALL OPENED FILES AND FREE MEMORY               */
-
     /*--------------------------------------------------------------------------*/
-
     close_down();
 
     if (mparam == FEATURE) {



More information about the grass-commit mailing list