ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/applications/dynamicProps/DynamicPropsCmd.h
(Generate patch)

Comparing trunk/src/applications/dynamicProps/DynamicPropsCmd.h (file contents):
Revision 1244 by xsun, Wed Jan 23 21:21:50 2008 UTC vs.
Revision 1245 by chuckv, Tue May 27 16:39:06 2008 UTC

# Line 1 | Line 1
1   /* DynamicPropsCmd.h */
2  
3 < /* File autogenerated by gengetopt version 2.19.1  */
3 > /* File autogenerated by gengetopt version 2.14  */
4  
5   #ifndef DYNAMICPROPSCMD_H
6   #define DYNAMICPROPSCMD_H
# Line 24 | Line 24 | struct gengetopt_args_info
24  
25   struct gengetopt_args_info
26   {
27  const char *help_help; /* Print help and exit help description.  */
28  const char *version_help; /* Print version and exit help description.  */
27    char * input_arg;     /* input dump file.  */
28    char * input_orig;    /* input dump file original value given at command line.  */
31  const char *input_help; /* input dump file help description.  */
29    char * output_arg;    /* output file name.  */
30    char * output_orig;   /* output file name original value given at command line.  */
34  const char *output_help; /* output file name help description.  */
31    char * sele1_arg;     /* select first stuntdouble set.  */
32    char * sele1_orig;    /* select first stuntdouble set original value given at command line.  */
37  const char *sele1_help; /* select first stuntdouble set help description.  */
33    char * sele2_arg;     /* select second stuntdouble set (if sele2 is not set, use script from sele1).  */
34    char * sele2_orig;    /* select second stuntdouble set (if sele2 is not set, use script from sele1) original value given at command line.  */
40  const char *sele2_help; /* select second stuntdouble set (if sele2 is not set, use script from sele1) help description.  */
35    int order_arg;        /* Lengendre Polynomial Order.  */
36    char * order_orig;    /* Lengendre Polynomial Order original value given at command line.  */
43  const char *order_help; /* Lengendre Polynomial Order help description.  */
44  const char *rcorr_help; /* rmsd help description.  */
45  const char *vcorr_help; /* velocity correlation function help description.  */
46  const char *dcorr_help; /* dipole correlation function help description.  */
47  const char *lcorr_help; /* Lengendre correlation function help description.  */
48  const char *r_rcorr_help; /* Radial rmsd help description.  */
49  const char *thetacorr_help; /* Angular rmsd help description.  */
50  const char *drcorr_help; /* Directional rmsd for particles with unit vectors help description.  */
37    
38    int help_given ;      /* Whether help was given.  */
39    int version_given ;   /* Whether version was given.  */
# Line 63 | Line 49 | struct gengetopt_args_info
49    int r_rcorr_given ;   /* Whether r_rcorr was given.  */
50    int thetacorr_given ; /* Whether thetacorr was given.  */
51    int drcorr_given ;    /* Whether drcorr was given.  */
52 +  int helfandEcorr_given ;      /* Whether helfandEcorr was given.  */
53  
54    int dynamicProps_group_counter; /* counter for group dynamicProps */
55   } ;
56  
57 < extern const char *gengetopt_args_info_purpose;
58 < extern const char *gengetopt_args_info_usage;
59 < extern const char *gengetopt_args_info_help[];
57 > int cmdline_parser (int argc, char * const *argv, struct gengetopt_args_info *args_info);
58 > int cmdline_parser2 (int argc, char * const *argv, struct gengetopt_args_info *args_info, int override, int initialize, int check_required);
59 > int cmdline_parser_file_save(const char *filename, struct gengetopt_args_info *args_info);
60  
74 int cmdline_parser (int argc, char * const *argv,
75  struct gengetopt_args_info *args_info);
76 int cmdline_parser2 (int argc, char * const *argv,
77  struct gengetopt_args_info *args_info,
78  int override, int initialize, int check_required);
79 int cmdline_parser_file_save(const char *filename,
80  struct gengetopt_args_info *args_info);
81
61   void cmdline_parser_print_help(void);
62   void cmdline_parser_print_version(void);
63  
64   void cmdline_parser_init (struct gengetopt_args_info *args_info);
65   void cmdline_parser_free (struct gengetopt_args_info *args_info);
66  
67 < int cmdline_parser_required (struct gengetopt_args_info *args_info,
89 <  const char *prog_name);
67 > int cmdline_parser_required (struct gengetopt_args_info *args_info, const char *prog_name);
68  
69  
70   #ifdef __cplusplus

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines