[GRASS-SVN] r34165 - grass/branches/develbranch_6/raster/r.transect
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Nov 6 06:58:18 EST 2008
Author: hamish
Date: 2008-11-06 06:58:18 -0500 (Thu, 06 Nov 2008)
New Revision: 34165
Modified:
grass/branches/develbranch_6/raster/r.transect/main.c
Log:
output end coordinate
Modified: grass/branches/develbranch_6/raster/r.transect/main.c
===================================================================
--- grass/branches/develbranch_6/raster/r.transect/main.c 2008-11-06 10:05:05 UTC (rev 34164)
+++ grass/branches/develbranch_6/raster/r.transect/main.c 2008-11-06 11:58:18 UTC (rev 34165)
@@ -6,7 +6,7 @@
* Markus Neteler <neteler itc.it>,
* Bernhard Reiter <bernhard intevation.de>,
* Glynn Clements <glynn gclements.plus.com>,
- * Hamish Bowman <hamish_nospam yahoo.com>,
+ * Hamish Bowman <hamish_b yahoo.com>,
* Jan-Oliver Wagner <jan intevation.de>
* PURPOSE: This program outputs, in ASCII, the values in a raster map
* which lie along one or more user-defined transect lines.
@@ -99,6 +99,7 @@
if (G_parser(argc, argv))
exit(EXIT_FAILURE);
+
projection = G_projection();
/* sscanf (parms.width->answer, "%d", &n);
@@ -150,5 +151,8 @@
G_usage();
exit(EXIT_FAILURE);
}
+
+ G_verbose_message(_("End coordinate: %.15g, %.15g"), e2, n2);
+
exit(system(command));
}
More information about the grass-commit
mailing list