--- trunk/src/applications/staticProps/StaticPropsCmd.h 2010/12/29 16:48:19 1531 +++ trunk/src/applications/staticProps/StaticPropsCmd.h 2012/08/22 02:28:28 1782 @@ -117,7 +117,7 @@ struct gengetopt_args_info const char *theta_omega_help; /**< @brief g(cos(theta), cos(omega)) help description. */ const char *gxyz_help; /**< @brief g(x, y, z) help description. */ const char *twodgofr_help; /**< @brief 2D g(r) (Slab width --dz must be specified) help description. */ - const char *p2_help; /**< @brief p2 order parameter (--sele1 and --sele2 must be specified) help description. */ + const char *p2_help; /**< @brief p2 order parameter (--sele1 must be specified, --sele2 is optional) help description. */ const char *rp2_help; /**< @brief rp2 order parameter (--sele1 and --sele2 must be specified) help description. */ const char *scd_help; /**< @brief scd order parameter (either --sele1, --sele2, --sele3 are specified or --molname, --begin, --end are specified) help description. */ const char *density_help; /**< @brief density plot help description. */ @@ -127,7 +127,9 @@ struct gengetopt_args_info const char *rho_r_help; /**< @brief rho of R help description. */ const char *angle_r_help; /**< @brief angle of R help description. */ const char *hullvol_help; /**< @brief hull volume of nanoparticle help description. */ + const char *rodlength_help; /**< @brief length of nanorod help description. */ const char *tet_param_help; /**< @brief tetrahedrality order parameter help description. */ + const char *tet_param_z_help; /**< @brief tetrahedrality order parameter by zbin(--sele1 must be specified) help description. */ unsigned int help_given ; /**< @brief Whether help was given. */ unsigned int version_given ; /**< @brief Whether version was given. */ @@ -175,7 +177,9 @@ struct gengetopt_args_info unsigned int rho_r_given ; /**< @brief Whether rho_r was given. */ unsigned int angle_r_given ; /**< @brief Whether angle_r was given. */ unsigned int hullvol_given ; /**< @brief Whether hullvol was given. */ + unsigned int rodlength_given ; /**< @brief Whether rodlength was given. */ unsigned int tet_param_given ; /**< @brief Whether tet_param was given. */ + unsigned int tet_param_z_given ; /**< @brief Whether tet_param_z was given. */ char **inputs ; /**< @brief unamed options (options without names) */ unsigned inputs_num ; /**< @brief unamed options number */