[GRASS-SVN] r63826 - grass-addons/grass7/imagery/i.points.auto
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Dec 29 08:50:16 PST 2014
Author: martinl
Date: 2014-12-29 08:50:16 -0800 (Mon, 29 Dec 2014)
New Revision: 63826
Modified:
grass-addons/grass7/imagery/i.points.auto/main.c
Log:
update addons to r63825
Modified: grass-addons/grass7/imagery/i.points.auto/main.c
===================================================================
--- grass-addons/grass7/imagery/i.points.auto/main.c 2014-12-29 16:50:03 UTC (rev 63825)
+++ grass-addons/grass7/imagery/i.points.auto/main.c 2014-12-29 16:50:16 UTC (rev 63826)
@@ -137,8 +137,8 @@
G_fatal_error(_("Target image <%s> does not exist"), group.tgt_img);
}
- G__get_window(&tgt_window_org, "", "WIND", G_mapset());
- G__get_window(&tgt_window, "", "WIND", G_mapset());
+ G_get_element_window(&tgt_window_org, "", "WIND", G_mapset());
+ G_get_element_window(&tgt_window, "", "WIND", G_mapset());
G_debug(1, "projection: %s", G__projection_name(G_projection()));
G_debug(1, "tgt_window projection: %s", G__projection_name(tgt_window.proj));
More information about the grass-commit
mailing list