--- trunk/src/applications/staticProps/StaticPropsCmd.h 2013/01/29 20:58:08 1843 +++ trunk/src/applications/staticProps/StaticPropsCmd.h 2014/04/05 20:56:01 1979 @@ -125,7 +125,7 @@ struct gengetopt_args_info 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. */ const char *slab_density_help; /**< @brief slab density help description. */ - const char *p_angle_help; /**< @brief p(cos(theta)) help description. */ + const char *p_angle_help; /**< @brief p(cos(theta)) (--sele1 must be specified, --sele2 is optional) help description. */ const char *hxy_help; /**< @brief hxy help description. */ const char *rho_r_help; /**< @brief rho of R help description. */ const char *angle_r_help; /**< @brief angle of R help description. */ @@ -133,6 +133,9 @@ struct gengetopt_args_info const char *rodlength_help; /**< @brief length of nanorod help description. */ const char *tet_param_help; /**< @brief tetrahedrality order parameter (Qk) help description. */ const char *tet_param_z_help; /**< @brief spatially-resolved tetrahedrality order parameter Qk(z) help description. */ + const char *rnemdz_help; /**< @brief slab-resolved RNEMD statistics (temperature, density, velocity) help description. */ + const char *rnemdr_help; /**< @brief shell-resolved RNEMD statistics (temperature, density, angular velocity) help description. */ + const char *rnemdrt_help; /**< @brief shell and angle-resolved RNEMD statistics (temperature, density, angular velocity) help description. */ unsigned int help_given ; /**< @brief Whether help was given. */ unsigned int version_given ; /**< @brief Whether version was given. */ @@ -184,6 +187,9 @@ struct gengetopt_args_info 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. */ + unsigned int rnemdz_given ; /**< @brief Whether rnemdz was given. */ + unsigned int rnemdr_given ; /**< @brief Whether rnemdr was given. */ + unsigned int rnemdrt_given ; /**< @brief Whether rnemdrt was given. */ char **inputs ; /**< @brief unamed options (options without names) */ unsigned inputs_num ; /**< @brief unamed options number */