Explorar el Código

restored G_OPT_I_GROUP

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@32012 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler hace 17 años
padre
commit
9a4c58f46f
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      imagery/i.rectify/main.c

+ 2 - 0
imagery/i.rectify/main.c

@@ -58,6 +58,8 @@ int main(int argc, char *argv[])
 	  "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;