| 54 |
|
int nbins_arg; /**< @brief Number of bins (default='100'). */ |
| 55 |
|
char * nbins_orig; /**< @brief Number of bins original value given at command line. */ |
| 56 |
|
const char *nbins_help; /**< @brief Number of bins help description. */ |
| 57 |
< |
const char *density_help; /**< @brief selection correlation function help description. */ |
| 57 |
> |
double referenceZ_arg; /**< @brief Reference z-height of solid surface. */ |
| 58 |
> |
char * referenceZ_orig; /**< @brief Reference z-height of solid surface original value given at command line. */ |
| 59 |
> |
const char *referenceZ_help; /**< @brief Reference z-height of solid surface help description. */ |
| 60 |
> |
double dropletR_arg; /**< @brief Droplet radius in angstroms. */ |
| 61 |
> |
char * dropletR_orig; /**< @brief Droplet radius in angstroms original value given at command line. */ |
| 62 |
> |
const char *dropletR_help; /**< @brief Droplet radius in angstroms help description. */ |
| 63 |
> |
const char *com_help; /**< @brief selection center of mass help description. */ |
| 64 |
> |
const char *ca1_help; /**< @brief contact angle of selection (using center of mass) help description. */ |
| 65 |
> |
const char *ca2_help; /**< @brief contact angle of selection (using density profile) help description. */ |
| 66 |
|
|
| 67 |
|
unsigned int help_given ; /**< @brief Whether help was given. */ |
| 68 |
|
unsigned int version_given ; /**< @brief Whether version was given. */ |
| 71 |
|
unsigned int sele1_given ; /**< @brief Whether sele1 was given. */ |
| 72 |
|
unsigned int sele2_given ; /**< @brief Whether sele2 was given. */ |
| 73 |
|
unsigned int nbins_given ; /**< @brief Whether nbins was given. */ |
| 74 |
< |
unsigned int density_given ; /**< @brief Whether density was given. */ |
| 74 |
> |
unsigned int referenceZ_given ; /**< @brief Whether referenceZ was given. */ |
| 75 |
> |
unsigned int dropletR_given ; /**< @brief Whether dropletR was given. */ |
| 76 |
> |
unsigned int com_given ; /**< @brief Whether com was given. */ |
| 77 |
> |
unsigned int ca1_given ; /**< @brief Whether ca1 was given. */ |
| 78 |
> |
unsigned int ca2_given ; /**< @brief Whether ca2 was given. */ |
| 79 |
|
|
| 80 |
|
char **inputs ; /**< @brief unamed options (options without names) */ |
| 81 |
|
unsigned inputs_num ; /**< @brief unamed options number */ |