[GRASS-SVN] r38687 - grass/branches/develbranch_6/raster/r.horizon

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Aug 11 08:09:58 EDT 2009


Author: hamish
Date: 2009-08-11 08:09:58 -0400 (Tue, 11 Aug 2009)
New Revision: 38687

Modified:
   grass/branches/develbranch_6/raster/r.horizon/main.c
Log:
rm local debugging code

Modified: grass/branches/develbranch_6/raster/r.horizon/main.c
===================================================================
--- grass/branches/develbranch_6/raster/r.horizon/main.c	2009-08-11 12:06:14 UTC (rev 38686)
+++ grass/branches/develbranch_6/raster/r.horizon/main.c	2009-08-11 12:09:58 UTC (rev 38687)
@@ -462,11 +462,6 @@
 	n100 = ceil(n / 100.);
 	m100 = ceil(m / 100.);
 
-/*
-  printf(". n=%f  s=%f\n",new_cellhd.north, new_cellhd.south);
-  printf(". e=%f  w=%f\n",new_cellhd.east, new_cellhd.west);
-  printf(". r=%d  c=%d\n",new_cellhd.rows, new_cellhd.cols);
-*/
 	if (G_set_window(&new_cellhd) == -1)
 	    exit(EXIT_FAILURE);
     }



More information about the grass-commit mailing list