105 |
|
const char *scd_help; /**< @brief scd order parameter (either --sele1, --sele2, --sele3 are specified or --molname, --begin, --end are specified) help description. */ |
106 |
|
const char *density_help; /**< @brief density plot help description. */ |
107 |
|
const char *slab_density_help; /**< @brief slab density help description. */ |
108 |
+ |
const char *p_angle_help; /**< @brief p(cos(theta)) help description. */ |
109 |
|
const char *hxy_help; /**< @brief hxy help description. */ |
110 |
|
const char *rho_r_help; /**< @brief rho of R help description. */ |
111 |
|
const char *hullvol_help; /**< @brief hull volume of nanoparticle help description. */ |
145 |
|
unsigned int scd_given ; /**< @brief Whether scd was given. */ |
146 |
|
unsigned int density_given ; /**< @brief Whether density was given. */ |
147 |
|
unsigned int slab_density_given ; /**< @brief Whether slab_density was given. */ |
148 |
+ |
unsigned int p_angle_given ; /**< @brief Whether p_angle was given. */ |
149 |
|
unsigned int hxy_given ; /**< @brief Whether hxy was given. */ |
150 |
|
unsigned int rho_r_given ; /**< @brief Whether rho_r was given. */ |
151 |
|
unsigned int hullvol_given ; /**< @brief Whether hullvol was given. */ |
152 |
|
|
153 |
+ |
char **inputs ; /**< @brief unamed options (options without names) */ |
154 |
+ |
unsigned inputs_num ; /**< @brief unamed options number */ |
155 |
|
int staticProps_group_counter; /**< @brief Counter for group staticProps */ |
156 |
|
} ; |
157 |
|
|