--- trunk/src/applications/dynamicProps/DynamicPropsCmd.h 2008/05/14 21:04:13 1244 +++ trunk/src/applications/dynamicProps/DynamicPropsCmd.h 2008/05/27 16:39:06 1245 @@ -1,6 +1,6 @@ /* DynamicPropsCmd.h */ -/* File autogenerated by gengetopt version 2.19.1 */ +/* File autogenerated by gengetopt version 2.14 */ #ifndef DYNAMICPROPSCMD_H #define DYNAMICPROPSCMD_H @@ -24,30 +24,16 @@ struct gengetopt_args_info struct gengetopt_args_info { - const char *help_help; /* Print help and exit help description. */ - const char *version_help; /* Print version and exit help description. */ char * input_arg; /* input dump file. */ char * input_orig; /* input dump file original value given at command line. */ - const char *input_help; /* input dump file help description. */ char * output_arg; /* output file name. */ char * output_orig; /* output file name original value given at command line. */ - const char *output_help; /* output file name help description. */ char * sele1_arg; /* select first stuntdouble set. */ char * sele1_orig; /* select first stuntdouble set original value given at command line. */ - const char *sele1_help; /* select first stuntdouble set help description. */ char * sele2_arg; /* select second stuntdouble set (if sele2 is not set, use script from sele1). */ char * sele2_orig; /* select second stuntdouble set (if sele2 is not set, use script from sele1) original value given at command line. */ - const char *sele2_help; /* select second stuntdouble set (if sele2 is not set, use script from sele1) help description. */ int order_arg; /* Lengendre Polynomial Order. */ char * order_orig; /* Lengendre Polynomial Order original value given at command line. */ - const char *order_help; /* Lengendre Polynomial Order help description. */ - const char *rcorr_help; /* rmsd help description. */ - const char *vcorr_help; /* velocity correlation function help description. */ - const char *dcorr_help; /* dipole correlation function help description. */ - const char *lcorr_help; /* Lengendre correlation function help description. */ - const char *r_rcorr_help; /* Radial rmsd help description. */ - const char *thetacorr_help; /* Angular rmsd help description. */ - const char *drcorr_help; /* Directional rmsd for particles with unit vectors help description. */ int help_given ; /* Whether help was given. */ int version_given ; /* Whether version was given. */ @@ -63,30 +49,22 @@ struct gengetopt_args_info int r_rcorr_given ; /* Whether r_rcorr was given. */ int thetacorr_given ; /* Whether thetacorr was given. */ int drcorr_given ; /* Whether drcorr was given. */ + int helfandEcorr_given ; /* Whether helfandEcorr was given. */ int dynamicProps_group_counter; /* counter for group dynamicProps */ } ; -extern const char *gengetopt_args_info_purpose; -extern const char *gengetopt_args_info_usage; -extern const char *gengetopt_args_info_help[]; +int cmdline_parser (int argc, char * const *argv, struct gengetopt_args_info *args_info); +int cmdline_parser2 (int argc, char * const *argv, struct gengetopt_args_info *args_info, int override, int initialize, int check_required); +int cmdline_parser_file_save(const char *filename, struct gengetopt_args_info *args_info); -int cmdline_parser (int argc, char * const *argv, - struct gengetopt_args_info *args_info); -int cmdline_parser2 (int argc, char * const *argv, - struct gengetopt_args_info *args_info, - int override, int initialize, int check_required); -int cmdline_parser_file_save(const char *filename, - struct gengetopt_args_info *args_info); - void cmdline_parser_print_help(void); void cmdline_parser_print_version(void); void cmdline_parser_init (struct gengetopt_args_info *args_info); void cmdline_parser_free (struct gengetopt_args_info *args_info); -int cmdline_parser_required (struct gengetopt_args_info *args_info, - const char *prog_name); +int cmdline_parser_required (struct gengetopt_args_info *args_info, const char *prog_name); #ifdef __cplusplus