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

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Aug 29 16:30:00 PDT 2014


Author: hamish
Date: 2014-08-29 16:30:00 -0700 (Fri, 29 Aug 2014)
New Revision: 61779

Modified:
   grass/branches/develbranch_6/scripts/m.proj/m.proj
Log:
add fixme comment for a bad inefficiency

Modified: grass/branches/develbranch_6/scripts/m.proj/m.proj
===================================================================
--- grass/branches/develbranch_6/scripts/m.proj/m.proj	2014-08-29 23:23:50 UTC (rev 61778)
+++ grass/branches/develbranch_6/scripts/m.proj/m.proj	2014-08-29 23:30:00 UTC (rev 61779)
@@ -251,6 +251,7 @@
 #### setup input file
 if [ -z "$GIS_OPT_INPUT" ] || [ "$GIS_OPT_INPUT" = "-" ] ; then
    # read from stdin to temp file
+   # FIXME: opening and closing the file to append each line of data individually is very inefficient
    EXITCODE=0
    while [ $EXITCODE -eq 0 ] ; do
       unset REPLY



More information about the grass-commit mailing list