--- trunk/src/applications/staticProps/StaticPropsCmd.h 2014/04/29 17:32:31 1993 +++ trunk/src/applications/staticProps/StaticPropsCmd.h 2014/05/31 21:00:46 1999 @@ -140,7 +140,8 @@ struct gengetopt_args_info 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. */ - const char *uFreqMap_help; /**< @brief electrostatic potential to frequency map based on the Cho nitrile fits help description. */ + const char *nitrile_help; /**< @brief electrostatic potential to frequency map based on the Cho nitrile fits help description. */ + const char *multipole_help; /**< @brief average multipole moments contained within cutoff spheres as a function of radius help description. */ unsigned int help_given ; /**< @brief Whether help was given. */ unsigned int version_given ; /**< @brief Whether version was given. */ @@ -197,7 +198,8 @@ struct gengetopt_args_info 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. */ - unsigned int uFreqMap_given ; /**< @brief Whether uFreqMap was given. */ + unsigned int nitrile_given ; /**< @brief Whether nitrile was given. */ + unsigned int multipole_given ; /**< @brief Whether multipole was given. */ char **inputs ; /**< @brief unamed options (options without names) */ unsigned inputs_num ; /**< @brief unamed options number */