129 |
|
const char *hullvol_help; /**< @brief hull volume of nanoparticle help description. */ |
130 |
|
const char *rodlength_help; /**< @brief length of nanorod help description. */ |
131 |
|
const char *tet_param_help; /**< @brief tetrahedrality order parameter help description. */ |
132 |
+ |
const char *tet_param_z_help; /**< @brief tetrahedrality order parameter by zbin(--sele1 must be specified) help description. */ |
133 |
|
|
134 |
|
unsigned int help_given ; /**< @brief Whether help was given. */ |
135 |
|
unsigned int version_given ; /**< @brief Whether version was given. */ |
179 |
|
unsigned int hullvol_given ; /**< @brief Whether hullvol was given. */ |
180 |
|
unsigned int rodlength_given ; /**< @brief Whether rodlength was given. */ |
181 |
|
unsigned int tet_param_given ; /**< @brief Whether tet_param was given. */ |
182 |
+ |
unsigned int tet_param_z_given ; /**< @brief Whether tet_param_z was given. */ |
183 |
|
|
184 |
|
char **inputs ; /**< @brief unamed options (options without names) */ |
185 |
|
unsigned inputs_num ; /**< @brief unamed options number */ |