[GRASS-SVN] r50237 - grass/trunk/imagery/i.rectify
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jan 17 10:05:08 EST 2012
Author: mmetz
Date: 2012-01-17 07:05:08 -0800 (Tue, 17 Jan 2012)
New Revision: 50237
Modified:
grass/trunk/imagery/i.rectify/main.c
Log:
i.rectify: update for GUI
Modified: grass/trunk/imagery/i.rectify/main.c
===================================================================
--- grass/trunk/imagery/i.rectify/main.c 2012-01-17 14:19:59 UTC (rev 50236)
+++ grass/trunk/imagery/i.rectify/main.c 2012-01-17 15:05:08 UTC (rev 50237)
@@ -113,6 +113,8 @@
val = G_define_option();
val->key = "order";
val->type = TYPE_INTEGER;
+ val->options = "1-3";
+ val->answer = "1";
val->required = YES;
val->description = _("Rectification polynom order (1-3)");
More information about the grass-commit
mailing list