[GRASS-SVN] r38816 - grass/branches/develbranch_6/scripts/m.proj

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Aug 21 10:22:59 EDT 2009


Author: hamish
Date: 2009-08-21 10:22:59 -0400 (Fri, 21 Aug 2009)
New Revision: 38816

Modified:
   grass/branches/develbranch_6/scripts/m.proj/m.proj
Log:
export seconds to 5 digits

Modified: grass/branches/develbranch_6/scripts/m.proj/m.proj
===================================================================
--- grass/branches/develbranch_6/scripts/m.proj/m.proj	2009-08-21 14:08:02 UTC (rev 38815)
+++ grass/branches/develbranch_6/scripts/m.proj/m.proj	2009-08-21 14:22:59 UTC (rev 38816)
@@ -230,7 +230,7 @@
 
 #### setup output style
 if [ $GIS_FLAG_D -eq 0 ] ; then
-   OUTFMT=""
+   OUTFMT="-w5"
 else
    OUTFMT="-f %.8f"
 fi



More information about the grass-commit mailing list