| 140 |
|
const char *rnemdz_help; /**< @brief slab-resolved RNEMD statistics (temperature, density, velocity) help description. */ |
| 141 |
|
const char *rnemdr_help; /**< @brief shell-resolved RNEMD statistics (temperature, density, angular velocity) help description. */ |
| 142 |
|
const char *rnemdrt_help; /**< @brief shell and angle-resolved RNEMD statistics (temperature, density, angular velocity) help description. */ |
| 143 |
+ |
const char *uFreqMap_help; /**< @brief electrostatic potential to frequency map based on the Cho nitrile fits help description. */ |
| 144 |
|
|
| 145 |
|
unsigned int help_given ; /**< @brief Whether help was given. */ |
| 146 |
|
unsigned int version_given ; /**< @brief Whether version was given. */ |
| 197 |
|
unsigned int rnemdz_given ; /**< @brief Whether rnemdz was given. */ |
| 198 |
|
unsigned int rnemdr_given ; /**< @brief Whether rnemdr was given. */ |
| 199 |
|
unsigned int rnemdrt_given ; /**< @brief Whether rnemdrt was given. */ |
| 200 |
+ |
unsigned int uFreqMap_given ; /**< @brief Whether uFreqMap was given. */ |
| 201 |
|
|
| 202 |
|
char **inputs ; /**< @brief unamed options (options without names) */ |
| 203 |
|
unsigned inputs_num ; /**< @brief unamed options number */ |