[GRASS-SVN] r67967 - grass/trunk/raster/r.transect
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Feb 27 13:10:13 PST 2016
Author: annakrat
Date: 2016-02-27 13:10:13 -0800 (Sat, 27 Feb 2016)
New Revision: 67967
Modified:
grass/trunk/raster/r.transect/main.c
Log:
r.transect: use new r.profile parameter names, #2938
Modified: grass/trunk/raster/r.transect/main.c
===================================================================
--- grass/trunk/raster/r.transect/main.c 2016-02-27 12:20:27 UTC (rev 67966)
+++ grass/trunk/raster/r.transect/main.c 2016-02-27 21:10:13 UTC (rev 67967)
@@ -47,10 +47,10 @@
argv[argc++] = "output=-";
- sprintf(buf, "null=%s", nulls);
+ sprintf(buf, "null_value=%s", nulls);
argv[argc++] = G_store(buf);
- strcpy(profile, "profile=");
+ strcpy(profile, "coordinates=");
for (n = 0; line[n]; n += 4) {
int err = parse_line("line", &line[n], &e1, &n1, &e2, &n2, projection);
More information about the grass-commit
mailing list