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 1781 by gezelter, Sun Jun 19 17:51:15 2011 UTC vs.
Revision 1782 by gezelter, Wed Aug 22 02:28:28 2012 UTC

# Line 129 | Line 129 | struct gengetopt_args_info
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 +  const char *tet_param_z_help; /**< @brief tetrahedrality order parameter by zbin(--sele1 must be specified) help description.  */
133    
134    unsigned int help_given ;     /**< @brief Whether help was given.  */
135    unsigned int version_given ;  /**< @brief Whether version was given.  */
# Line 178 | Line 179 | struct gengetopt_args_info
179    unsigned int hullvol_given ;  /**< @brief Whether hullvol was given.  */
180    unsigned int rodlength_given ;        /**< @brief Whether rodlength was given.  */
181    unsigned int tet_param_given ;        /**< @brief Whether tet_param was given.  */
182 +  unsigned int tet_param_z_given ;      /**< @brief Whether tet_param_z was given.  */
183  
184    char **inputs ; /**< @brief unamed options (options without names) */
185    unsigned inputs_num ; /**< @brief unamed options number */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines