--- trunk/SHAPES/visualizerCmd.h 2004/06/28 23:05:25 1315 +++ trunk/SHAPES/visualizerCmd.h 2004/07/20 20:22:43 1361 @@ -24,18 +24,16 @@ struct gengetopt_args_info struct gengetopt_args_info { - char * shape_arg; /* shape file name. */ - char * output_arg; /* output file name. */ int grid_arg; /* number of grid points in each coordinate (default='101'). */ double range_arg; /* the sample range for the points in Angstroms (Ex: 10 = -10 to 10) (default='10'). */ int help_given ; /* Whether help was given. */ int version_given ; /* Whether version was given. */ - int shape_given ; /* Whether shape was given. */ - int output_given ; /* Whether output was given. */ int grid_given ; /* Whether grid was given. */ int range_given ; /* Whether range was given. */ + char **inputs ; /* unamed options */ + unsigned inputs_num ; /* unamed options number */ } ; int cmdline_parser (int argc, char * const *argv, struct gengetopt_args_info *args_info);