| 54 |
|
int order_arg; /**< @brief Lengendre Polynomial Order. */ |
| 55 |
|
char * order_orig; /**< @brief Lengendre Polynomial Order original value given at command line. */ |
| 56 |
|
const char *order_help; /**< @brief Lengendre Polynomial Order help description. */ |
| 57 |
+ |
int nzbins_arg; /**< @brief Number of Z bins (default='100'). */ |
| 58 |
+ |
char * nzbins_orig; /**< @brief Number of Z bins original value given at command line. */ |
| 59 |
+ |
const char *nzbins_help; /**< @brief Number of Z bins help description. */ |
| 60 |
|
char * memory_arg; /**< @brief Available memory (defaults to 2G) (default='2G'). */ |
| 61 |
|
char * memory_orig; /**< @brief Available memory (defaults to 2G) original value given at command line. */ |
| 62 |
|
const char *memory_help; /**< @brief Available memory (defaults to 2G) help description. */ |
| 63 |
+ |
const char *selecorr_help; /**< @brief selection correlation function help description. */ |
| 64 |
|
const char *rcorr_help; /**< @brief rmsd help description. */ |
| 65 |
|
const char *vcorr_help; /**< @brief velocity correlation function help description. */ |
| 66 |
|
const char *dcorr_help; /**< @brief dipole correlation function help description. */ |
| 67 |
|
const char *lcorr_help; /**< @brief Lengendre correlation function help description. */ |
| 68 |
+ |
const char *lcorrZ_help; /**< @brief Lengendre correlation function binned by Z help description. */ |
| 69 |
|
const char *sdcorr_help; /**< @brief System dipole correlation function help description. */ |
| 70 |
|
const char *r_rcorr_help; /**< @brief Radial rmsd help description. */ |
| 71 |
|
const char *thetacorr_help; /**< @brief Angular rmsd help description. */ |
| 81 |
|
unsigned int sele1_given ; /**< @brief Whether sele1 was given. */ |
| 82 |
|
unsigned int sele2_given ; /**< @brief Whether sele2 was given. */ |
| 83 |
|
unsigned int order_given ; /**< @brief Whether order was given. */ |
| 84 |
+ |
unsigned int nzbins_given ; /**< @brief Whether nzbins was given. */ |
| 85 |
|
unsigned int memory_given ; /**< @brief Whether memory was given. */ |
| 86 |
+ |
unsigned int selecorr_given ; /**< @brief Whether selecorr was given. */ |
| 87 |
|
unsigned int rcorr_given ; /**< @brief Whether rcorr was given. */ |
| 88 |
|
unsigned int vcorr_given ; /**< @brief Whether vcorr was given. */ |
| 89 |
|
unsigned int dcorr_given ; /**< @brief Whether dcorr was given. */ |
| 90 |
|
unsigned int lcorr_given ; /**< @brief Whether lcorr was given. */ |
| 91 |
+ |
unsigned int lcorrZ_given ; /**< @brief Whether lcorrZ was given. */ |
| 92 |
|
unsigned int sdcorr_given ; /**< @brief Whether sdcorr was given. */ |
| 93 |
|
unsigned int r_rcorr_given ; /**< @brief Whether r_rcorr was given. */ |
| 94 |
|
unsigned int thetacorr_given ; /**< @brief Whether thetacorr was given. */ |