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

Comparing trunk/SHAPES/forcerCmd.h (file contents):
Revision 1274 by gezelter, Fri Jun 4 16:11:27 2004 UTC vs.
Revision 1275 by chrisfen, Tue Jun 15 22:36:23 2004 UTC

# Line 25 | Line 25 | struct gengetopt_args_info
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.  */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines