[GRASS-SVN] r33591 - grass-addons/raster/r.sun_horizon/r.horizon

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Sep 29 06:17:20 EDT 2008


Author: neteler
Date: 2008-09-29 06:17:20 -0400 (Mon, 29 Sep 2008)
New Revision: 33591

Modified:
   grass-addons/raster/r.sun_horizon/r.horizon/main.c
Log:
reduce white space in messages

Modified: grass-addons/raster/r.sun_horizon/r.horizon/main.c
===================================================================
--- grass-addons/raster/r.sun_horizon/r.horizon/main.c	2008-09-29 10:15:49 UTC (rev 33590)
+++ grass-addons/raster/r.sun_horizon/r.horizon/main.c	2008-09-29 10:17:20 UTC (rev 33591)
@@ -1067,9 +1067,6 @@
     int arrayNumInt;
     double dfr_rad;
 
-    fprintf(stderr, "\n\n");
-
-
     xindex = (int)((xcoord - xmin) / stepx);
     yindex = (int)((ycoord - ymin) / stepy);
 



More information about the grass-commit mailing list