[GRASS-SVN] r42801 - grass/branches/releasebranch_6_4/general/g.transform

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jul 15 08:20:12 EDT 2010


Author: neteler
Date: 2010-07-15 12:20:12 +0000 (Thu, 15 Jul 2010)
New Revision: 42801

Modified:
   grass/branches/releasebranch_6_4/general/g.transform/main.c
Log:
do not print control points when transforming coordinates (trunk r42795)

Modified: grass/branches/releasebranch_6_4/general/g.transform/main.c
===================================================================
--- grass/branches/releasebranch_6_4/general/g.transform/main.c	2010-07-15 12:11:13 UTC (rev 42800)
+++ grass/branches/releasebranch_6_4/general/g.transform/main.c	2010-07-15 12:20:12 UTC (rev 42801)
@@ -136,6 +136,9 @@
 
 	if (!columns[0])
 	    continue;
+	
+	if (coord_file)
+	    continue;
 
 	for (i = 0;; i++) {
 	    const char *col = columns[i];



More information about the grass-commit mailing list