[GRASS-SVN] r34116 - grass/branches/develbranch_6/raster/r.info

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Oct 30 18:09:41 EDT 2008


Author: glynn
Date: 2008-10-30 18:09:41 -0400 (Thu, 30 Oct 2008)
New Revision: 34116

Modified:
   grass/branches/develbranch_6/raster/r.info/main.c
Log:
Revert r34114


Modified: grass/branches/develbranch_6/raster/r.info/main.c
===================================================================
--- grass/branches/develbranch_6/raster/r.info/main.c	2008-10-30 22:08:21 UTC (rev 34115)
+++ grass/branches/develbranch_6/raster/r.info/main.c	2008-10-30 22:09:41 UTC (rev 34116)
@@ -345,8 +345,6 @@
 	    G_format_easting(cellhd.west, tmp2, cellhd.proj);
 	    fprintf(out, "east=%s\n", tmp1);
 	    fprintf(out, "west=%s\n", tmp2);
-	    fprintf(out, "top=%f\n", zmax);
-	    fprintf(out, "bottom=%f\n", zmin);
 	}
 
 	if (sflag->answer) {



More information about the grass-commit mailing list