[GRASS-SVN] r42795 - grass/trunk/general/g.transform
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jul 15 05:04:36 EDT 2010
Author: mmetz
Date: 2010-07-15 09:04:36 +0000 (Thu, 15 Jul 2010)
New Revision: 42795
Modified:
grass/trunk/general/g.transform/main.c
Log:
do not print control points when transforming coordinates
Modified: grass/trunk/general/g.transform/main.c
===================================================================
--- grass/trunk/general/g.transform/main.c 2010-07-15 09:03:38 UTC (rev 42794)
+++ grass/trunk/general/g.transform/main.c 2010-07-15 09:04:36 UTC (rev 42795)
@@ -141,6 +141,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