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 1128 by chuckv, Wed Apr 11 23:27:20 2007 UTC vs.
Revision 1180 by chuckv, Mon Sep 17 20:05:51 2007 UTC

# Line 82 | Line 82 | struct gengetopt_args_info
82    const char *radius_help; /* nanoparticle radius help description.  */
83    const char *bo_help; /* bond order parameter (--rcut must be specified) help description.  */
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 *r_theta_help; /* g(r, cos(theta)) help description.  */
88    const char *r_omega_help; /* g(r, cos(omega)) help description.  */
# Line 94 | Line 95 | struct gengetopt_args_info
95    const char *slab_density_help; /* slab density help description.  */
96    const char *hxy_help; /* hxy help description.  */
97    const char *rho_r_help; /* rho of R help description.  */
98 +  const char *hullvol_help; /* hull volume of nanoparticle help description.  */
99    
100    int help_given ;      /* Whether help was given.  */
101    int version_given ;   /* Whether version was given.  */
# Line 117 | Line 119 | struct gengetopt_args_info
119    int radius_given ;    /* Whether radius was given.  */
120    int bo_given ;        /* Whether bo was given.  */
121    int bor_given ;       /* Whether bor was given.  */
122 +  int bad_given ;       /* Whether bad was given.  */
123    int gofr_given ;      /* Whether gofr was given.  */
124    int r_theta_given ;   /* Whether r_theta was given.  */
125    int r_omega_given ;   /* Whether r_omega was given.  */
# Line 129 | Line 132 | struct gengetopt_args_info
132    int slab_density_given ;      /* Whether slab_density was given.  */
133    int hxy_given ;       /* Whether hxy was given.  */
134    int rho_r_given ;     /* Whether rho_r was given.  */
135 +  int hullvol_given ;   /* Whether hullvol was given.  */
136  
137    char **inputs ; /* unamed options */
138    unsigned inputs_num ; /* unamed options number */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines