ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/SHAPES/forcerCmd.h
Revision: 1240
Committed: Fri Jun 4 16:11:27 2004 UTC (20 years, 3 months ago) by gezelter
Content type: text/plain
File size: 1478 byte(s)
Log Message:
Initial import of SHAPES code

File Contents

# User Rev Content
1 gezelter 1240 /* forcerCmd.h */
2    
3     /* File autogenerated by gengetopt version 2.12.1 */
4    
5     #ifndef FORCERCMD_H
6     #define FORCERCMD_H
7    
8     /* If we use autoconf. */
9     #ifdef HAVE_CONFIG_H
10     #include "config.h"
11     #endif
12    
13     #ifdef __cplusplus
14     extern "C" {
15     #endif /* __cplusplus */
16    
17     #ifndef CMDLINE_PARSER_PACKAGE
18     #define CMDLINE_PARSER_PACKAGE "forcer"
19     #endif
20    
21     #ifndef CMDLINE_PARSER_VERSION
22     #define CMDLINE_PARSER_VERSION "0.99"
23     #endif
24    
25     struct gengetopt_args_info
26     {
27     char * input_arg; /* input file name. */
28    
29     int help_given ; /* Whether help was given. */
30     int version_given ; /* Whether version was given. */
31     int input_given ; /* Whether input was given. */
32     int charmm_given ; /* Whether charmm was given. */
33     int amber_given ; /* Whether amber was given. */
34     int lj_given ; /* Whether lj was given. */
35     int gaff_given ; /* Whether gaff was given. */
36     int opls_given ; /* Whether opls was given. */
37    
38     int ForceField_group_counter; /* counter for group ForceField */
39     } ;
40    
41     int cmdline_parser (int argc, char * const *argv, struct gengetopt_args_info *args_info);
42     int cmdline_parser2 (int argc, char * const *argv, struct gengetopt_args_info *args_info, int override, int initialize, int check_required);
43    
44     void cmdline_parser_print_help(void);
45     void cmdline_parser_print_version(void);
46    
47     void cmdline_parser_init (struct gengetopt_args_info *args_info);
48     void cmdline_parser_free (struct gengetopt_args_info *args_info);
49    
50     #ifdef __cplusplus
51     }
52     #endif /* __cplusplus */
53     #endif /* FORCERCMD_H */