--- trunk/src/applications/dynamicProps/DynamicPropsCmd.h 2011/05/19 14:28:04 1565 +++ trunk/src/applications/dynamicProps/DynamicPropsCmd.h 2011/08/08 18:53:40 1604 @@ -1,12 +1,12 @@ -/** @file cmdline.h +/** @file DynamicPropsCmd.h * @brief The header file for the command line option parser * generated by GNU Gengetopt version 2.22.4 * http://www.gnu.org/software/gengetopt. * DO NOT modify this file, since it can be overwritten * @author GNU Gengetopt by Lorenzo Bettini */ -#ifndef CMDLINE_H -#define CMDLINE_H +#ifndef DYNAMICPROPSCMD_H +#define DYNAMICPROPSCMD_H /* If we use autoconf. */ #ifdef HAVE_CONFIG_H @@ -54,10 +54,14 @@ struct gengetopt_args_info int order_arg; /**< @brief Lengendre Polynomial Order. */ char * order_orig; /**< @brief Lengendre Polynomial Order original value given at command line. */ const char *order_help; /**< @brief Lengendre Polynomial Order help description. */ + char * memory_arg; /**< @brief Available memory (defaults to 2G) (default='2G'). */ + char * memory_orig; /**< @brief Available memory (defaults to 2G) original value given at command line. */ + const char *memory_help; /**< @brief Available memory (defaults to 2G) help description. */ const char *rcorr_help; /**< @brief rmsd help description. */ const char *vcorr_help; /**< @brief velocity correlation function help description. */ const char *dcorr_help; /**< @brief dipole correlation function help description. */ const char *lcorr_help; /**< @brief Lengendre correlation function help description. */ + const char *sdcorr_help; /**< @brief System dipole correlation function help description. */ const char *r_rcorr_help; /**< @brief Radial rmsd help description. */ const char *thetacorr_help; /**< @brief Angular rmsd help description. */ const char *drcorr_help; /**< @brief Directional rmsd for particles with unit vectors help description. */ @@ -71,10 +75,12 @@ struct gengetopt_args_info unsigned int sele1_given ; /**< @brief Whether sele1 was given. */ unsigned int sele2_given ; /**< @brief Whether sele2 was given. */ unsigned int order_given ; /**< @brief Whether order was given. */ + unsigned int memory_given ; /**< @brief Whether memory was given. */ unsigned int rcorr_given ; /**< @brief Whether rcorr was given. */ unsigned int vcorr_given ; /**< @brief Whether vcorr was given. */ unsigned int dcorr_given ; /**< @brief Whether dcorr was given. */ unsigned int lcorr_given ; /**< @brief Whether lcorr was given. */ + unsigned int sdcorr_given ; /**< @brief Whether sdcorr was given. */ unsigned int r_rcorr_given ; /**< @brief Whether r_rcorr was given. */ unsigned int thetacorr_given ; /**< @brief Whether thetacorr was given. */ unsigned int drcorr_given ; /**< @brief Whether drcorr was given. */ @@ -207,4 +213,4 @@ int cmdline_parser_required (struct gengetopt_args_inf #ifdef __cplusplus } #endif /* __cplusplus */ -#endif /* CMDLINE_H */ +#endif /* DYNAMICPROPSCMD_H */