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

Comparing trunk/SHAPES/forcerCmd.c (file contents):
Revision 1280 by chrisfen, Tue Jun 15 22:36:23 2004 UTC vs.
Revision 1281 by chrisfen, Mon Jun 21 13:38:55 2004 UTC

# Line 51 | Line 51 | void clear_args (struct gengetopt_args_info *args_info
51   void clear_args (struct gengetopt_args_info *args_info)
52   {
53    args_info->input_arg = NULL;
54 <  args_info->bandwidth_arg = 8 ;
54 >  args_info->bandwidth_arg = 16 ;
55   }
56  
57   void
# Line 70 | Line 70 | cmdline_parser_print_help (void)
70    printf("%s\n","  -h, --help            Print help and exit");
71    printf("%s\n","  -V, --version         Print version and exit");
72    printf("%s\n","  -i, --input=filename  input file name");
73 <  printf("%s\n","  -b, --bandwidth=INT   The step detail for the potential grids - typically a \n                          power of 2  (default=`8')");
73 >  printf("%s\n","  -b, --bandwidth=INT   The step detail for the potential grids - typically a \n                          power of 2  (default=`16')");
74    printf("\n");
75    printf(" Group: ForceField A Force Field must be specified\n");
76    printf("%s\n","  -c, --charmm          Use CHARMM 27 parameters");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines