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 1531 by kstocke1, Wed Dec 29 16:48:19 2010 UTC vs.
Revision 1585 by gezelter, Sun Jun 19 17:51:15 2011 UTC

# Line 117 | Line 117 | struct gengetopt_args_info
117    const char *theta_omega_help; /**< @brief g(cos(theta), cos(omega)) help description.  */
118    const char *gxyz_help; /**< @brief g(x, y, z) help description.  */
119    const char *twodgofr_help; /**< @brief 2D g(r) (Slab width --dz must be specified) help description.  */
120 <  const char *p2_help; /**< @brief p2 order parameter (--sele1 and --sele2 must be specified) help description.  */
120 >  const char *p2_help; /**< @brief p2 order parameter (--sele1 must be specified, --sele2 is optional) help description.  */
121    const char *rp2_help; /**< @brief rp2 order parameter (--sele1 and --sele2 must be specified) help description.  */
122    const char *scd_help; /**< @brief scd order parameter (either --sele1, --sele2, --sele3 are specified or --molname, --begin, --end are specified) help description.  */
123    const char *density_help; /**< @brief density plot help description.  */
# Line 127 | Line 127 | struct gengetopt_args_info
127    const char *rho_r_help; /**< @brief rho of R help description.  */
128    const char *angle_r_help; /**< @brief angle of R help description.  */
129    const char *hullvol_help; /**< @brief hull volume of nanoparticle help description.  */
130 +  const char *rodlength_help; /**< @brief length of nanorod help description.  */
131    const char *tet_param_help; /**< @brief tetrahedrality order parameter help description.  */
132    
133    unsigned int help_given ;     /**< @brief Whether help was given.  */
# Line 175 | Line 176 | struct gengetopt_args_info
176    unsigned int rho_r_given ;    /**< @brief Whether rho_r was given.  */
177    unsigned int angle_r_given ;  /**< @brief Whether angle_r was given.  */
178    unsigned int hullvol_given ;  /**< @brief Whether hullvol was given.  */
179 +  unsigned int rodlength_given ;        /**< @brief Whether rodlength was given.  */
180    unsigned int tet_param_given ;        /**< @brief Whether tet_param was given.  */
181  
182    char **inputs ; /**< @brief unamed options (options without names) */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines