[GRASS-SVN] r42802 - grass/branches/develbranch_6/general/g.transform

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jul 15 08:21:10 EDT 2010


Author: neteler
Date: 2010-07-15 12:21:10 +0000 (Thu, 15 Jul 2010)
New Revision: 42802

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

Modified: grass/branches/develbranch_6/general/g.transform/main.c
===================================================================
--- grass/branches/develbranch_6/general/g.transform/main.c	2010-07-15 12:20:12 UTC (rev 42801)
+++ grass/branches/develbranch_6/general/g.transform/main.c	2010-07-15 12:21:10 UTC (rev 42802)
@@ -140,6 +140,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