[GRASS5] parser problems: parameter creation

Markus Neteler neteler at itc.it
Tue Feb 7 12:16:14 EST 2006


Hi,

this moring I have added thre new macros to the parser
to simplify programming:

include/gis.h (definition of STD_OPT)
+    G_OPT_R_MAPS,   /* old input rasters */
+    G_OPT_R_BASE,   /* old input base raster */
+    G_OPT_R_COVER,  /* old input cover raster */

related changes in lib/gis/parser.c (additions to
G_define_standard_option() ).

Now strange things happen: v.info asks me for an output
file and also other commands have wrong parameters.
I am not sure if this is related to my or other changes.

Any ideas?

 Markus




More information about the grass-dev mailing list