[GRASS-SVN] r32013 - grass/branches/develbranch_6/imagery/i.rectify
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Jul 6 06:24:05 EDT 2008
Author: neteler
Date: 2008-07-06 06:24:05 -0400 (Sun, 06 Jul 2008)
New Revision: 32013
Modified:
grass/branches/develbranch_6/imagery/i.rectify/main.c
Log:
restored G_OPT_I_GROUP (merge from trunk)
Modified: grass/branches/develbranch_6/imagery/i.rectify/main.c
===================================================================
--- grass/branches/develbranch_6/imagery/i.rectify/main.c 2008-07-06 10:23:50 UTC (rev 32012)
+++ grass/branches/develbranch_6/imagery/i.rectify/main.c 2008-07-06 10:24:05 UTC (rev 32013)
@@ -58,6 +58,8 @@
"transformation for each pixel in the image based on the "
"control points");
+ grp = G_define_standard_option(G_OPT_I_GROUP);
+
ifile = G_define_standard_option(G_OPT_R_INPUT);
ifile->required = NO;
More information about the grass-commit
mailing list