ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/applications/staticProps/StaticPropsCmd.h
(Generate patch)

Comparing trunk/OOPSE-4/src/applications/staticProps/StaticPropsCmd.h (file contents):
Revision 3009 by gezelter, Wed Sep 20 20:13:40 2006 UTC vs.
Revision 3022 by gezelter, Tue Sep 26 01:30:32 2006 UTC

# Line 40 | Line 40 | struct gengetopt_args_info
40    char * nanglebins_orig;       /* number of bins for cos(angle) original value given at command line.  */
41    double length_arg;    /* maximum length (Defaults to 1/2 smallest length of first frame).  */
42    char * length_orig;   /* maximum length (Defaults to 1/2 smallest length of first frame) original value given at command line.  */
43  int LegendreL_arg;    /* Order of Legendre Polynomial (used for Bond Order calculations).  */
44  char * LegendreL_orig;        /* Order of Legendre Polynomial (used for Bond Order calculations) original value given at command line.  */
43    double rcut_arg;      /* cutoff radius (rcut).  */
44    char * rcut_orig;     /* cutoff radius (rcut) original value given at command line.  */
45    double zoffset_arg;   /* Where to set the zero for the slab_density calculation (default='0').  */
# Line 71 | Line 69 | struct gengetopt_args_info
69    int nbins_y_given ;   /* Whether nbins_y was given.  */
70    int nanglebins_given ;        /* Whether nanglebins was given.  */
71    int length_given ;    /* Whether length was given.  */
74  int LegendreL_given ; /* Whether LegendreL was given.  */
72    int rcut_given ;      /* Whether rcut was given.  */
73    int zoffset_given ;   /* Whether zoffset was given.  */
74    int sele1_given ;     /* Whether sele1 was given.  */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines