ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/SHAPES/shaperCmd.h
Revision: 1312
Committed: Sat Jun 26 15:32:12 2004 UTC (20 years, 2 months ago) by chrisfen
Content type: text/plain
File size: 1813 byte(s)
Log Message:
Setting up shaper to accept a tolerance

File Contents

# User Rev Content
1 gezelter 1295 /* shaperCmd.h */
2    
3     /* File autogenerated by gengetopt version 2.12.1 */
4    
5     #ifndef SHAPERCMD_H
6     #define SHAPERCMD_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 "shaper"
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 chrisfen 1312 double tolerance_arg; /* The tolerance for recognition of spherical harmonic terms (default='0.01'). */
30 gezelter 1295
31     int help_given ; /* Whether help was given. */
32     int version_given ; /* Whether version was given. */
33     int input_given ; /* Whether input was given. */
34     int bandwidth_given ; /* Whether bandwidth was given. */
35 chrisfen 1312 int tolerance_given ; /* Whether tolerance was given. */
36 gezelter 1295 int charmm_given ; /* Whether charmm was given. */
37     int amber_given ; /* Whether amber was given. */
38     int lj_given ; /* Whether lj was given. */
39     int gaff_given ; /* Whether gaff was given. */
40     int opls_given ; /* Whether opls was given. */
41    
42     int ForceField_group_counter; /* counter for group ForceField */
43     } ;
44    
45     int cmdline_parser (int argc, char * const *argv, struct gengetopt_args_info *args_info);
46     int cmdline_parser2 (int argc, char * const *argv, struct gengetopt_args_info *args_info, int override, int initialize, int check_required);
47    
48     void cmdline_parser_print_help(void);
49     void cmdline_parser_print_version(void);
50    
51     void cmdline_parser_init (struct gengetopt_args_info *args_info);
52     void cmdline_parser_free (struct gengetopt_args_info *args_info);
53    
54     #ifdef __cplusplus
55     }
56     #endif /* __cplusplus */
57     #endif /* SHAPERCMD_H */