--- trunk/src/applications/dynamicProps/DynamicPropsCmd.h 2014/06/01 19:28:44 2003 +++ trunk/src/applications/dynamicProps/DynamicPropsCmd.h 2014/10/16 19:13:51 2024 @@ -63,6 +63,8 @@ struct gengetopt_args_info const char *selecorr_help; /**< @brief selection correlation function help description. */ const char *rcorr_help; /**< @brief rmsd help description. */ const char *vcorr_help; /**< @brief velocity correlation function help description. */ + const char *vcorrZ_help; /**< @brief velocity correlation function along z-axis help description. */ + const char *vcorrR_help; /**< @brief velocity correlation function projected radially help description. */ const char *dcorr_help; /**< @brief dipole correlation function help description. */ const char *lcorr_help; /**< @brief Lengendre correlation function help description. */ const char *lcorrZ_help; /**< @brief Lengendre correlation function binned by Z help description. */ @@ -89,6 +91,8 @@ struct gengetopt_args_info unsigned int selecorr_given ; /**< @brief Whether selecorr was given. */ unsigned int rcorr_given ; /**< @brief Whether rcorr was given. */ unsigned int vcorr_given ; /**< @brief Whether vcorr was given. */ + unsigned int vcorrZ_given ; /**< @brief Whether vcorrZ was given. */ + unsigned int vcorrR_given ; /**< @brief Whether vcorrR was given. */ unsigned int dcorr_given ; /**< @brief Whether dcorr was given. */ unsigned int lcorr_given ; /**< @brief Whether lcorr was given. */ unsigned int lcorrZ_given ; /**< @brief Whether lcorrZ was given. */