ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/SHAPES/shaperCmd.h
(Generate patch)

Comparing trunk/SHAPES/shaperCmd.h (file contents):
Revision 1312 by chrisfen, Sat Jun 26 15:32:12 2004 UTC vs.
Revision 1360 by gezelter, Tue Jul 20 20:02:15 2004 UTC

# Line 24 | Line 24 | struct gengetopt_args_info
24  
25   struct gengetopt_args_info
26   {
27  char * input_arg;     /* input file name.  */
27    int bandwidth_arg;    /* The step detail for the potential grids - typically a power of 2 (default='8').  */
28    double tolerance_arg; /* The tolerance for recognition of spherical harmonic terms (default='0.01').  */
29  
30    int help_given ;      /* Whether help was given.  */
31    int version_given ;   /* Whether version was given.  */
33  int input_given ;     /* Whether input was given.  */
32    int bandwidth_given ; /* Whether bandwidth was given.  */
33    int tolerance_given ; /* Whether tolerance was given.  */
34    int charmm_given ;    /* Whether charmm was given.  */
# Line 39 | Line 37 | struct gengetopt_args_info
37    int gaff_given ;      /* Whether gaff was given.  */
38    int opls_given ;      /* Whether opls was given.  */
39  
40 +  char **inputs ; /* unamed options */
41 +  unsigned inputs_num ; /* unamed options number */
42    int ForceField_group_counter; /* counter for group ForceField */
43   } ;
44  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines