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

Comparing trunk/src/applications/staticProps/StaticPropsCmd.h (file contents):
Revision 1212 by chuckv, Mon Sep 17 20:05:51 2007 UTC vs.
Revision 1213 by xsun, Wed Jan 23 21:21:50 2008 UTC

# Line 84 | Line 84 | struct gengetopt_args_info
84    const char *bor_help; /* bond order parameter as a function of radius (--rcut must be specified) help description.  */
85    const char *bad_help; /* N(theta) bond angle density within (--rcut must be specified) help description.  */
86    const char *gofr_help; /* g(r) help description.  */
87 +  const char *gofz_help; /* g(z) help description.  */
88    const char *r_theta_help; /* g(r, cos(theta)) help description.  */
89    const char *r_omega_help; /* g(r, cos(omega)) help description.  */
90    const char *theta_omega_help; /* g(cos(theta), cos(omega)) help description.  */
# Line 121 | Line 122 | struct gengetopt_args_info
122    int bor_given ;       /* Whether bor was given.  */
123    int bad_given ;       /* Whether bad was given.  */
124    int gofr_given ;      /* Whether gofr was given.  */
125 +  int gofz_given ;      /* Whether gofz was given.  */
126    int r_theta_given ;   /* Whether r_theta was given.  */
127    int r_omega_given ;   /* Whether r_omega was given.  */
128    int theta_omega_given ;       /* Whether theta_omega was given.  */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines