ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/SHAPES/forcerCmd.h
Revision: 1275
Committed: Tue Jun 15 22:36:23 2004 UTC (20 years ago) by chrisfen
Content type: text/plain
File size: 1646 byte(s)
Log Message:
Added a bandwidth command-line option

File Contents

# Content
1 /* 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 int bandwidth_arg; /* The step detail for the potential grids - typically a power of 2 (default='8'). */
29
30 int help_given ; /* Whether help was given. */
31 int version_given ; /* Whether version was given. */
32 int input_given ; /* Whether input was given. */
33 int bandwidth_given ; /* Whether bandwidth was given. */
34 int charmm_given ; /* Whether charmm was given. */
35 int amber_given ; /* Whether amber was given. */
36 int lj_given ; /* Whether lj was given. */
37 int gaff_given ; /* Whether gaff was given. */
38 int opls_given ; /* Whether opls was given. */
39
40 int ForceField_group_counter; /* counter for group ForceField */
41 } ;
42
43 int cmdline_parser (int argc, char * const *argv, struct gengetopt_args_info *args_info);
44 int cmdline_parser2 (int argc, char * const *argv, struct gengetopt_args_info *args_info, int override, int initialize, int check_required);
45
46 void cmdline_parser_print_help(void);
47 void cmdline_parser_print_version(void);
48
49 void cmdline_parser_init (struct gengetopt_args_info *args_info);
50 void cmdline_parser_free (struct gengetopt_args_info *args_info);
51
52 #ifdef __cplusplus
53 }
54 #endif /* __cplusplus */
55 #endif /* FORCERCMD_H */