127 |
|
const char *rho_r_help; /**< @brief rho of R help description. */ |
128 |
|
const char *angle_r_help; /**< @brief angle of R help description. */ |
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 |
|
|
133 |
|
unsigned int help_given ; /**< @brief Whether help was given. */ |
176 |
|
unsigned int rho_r_given ; /**< @brief Whether rho_r was given. */ |
177 |
|
unsigned int angle_r_given ; /**< @brief Whether angle_r was given. */ |
178 |
|
unsigned int hullvol_given ; /**< @brief Whether hullvol was given. */ |
179 |
+ |
unsigned int rodlength_given ; /**< @brief Whether rodlength was given. */ |
180 |
|
unsigned int tet_param_given ; /**< @brief Whether tet_param was given. */ |
181 |
|
|
182 |
|
char **inputs ; /**< @brief unamed options (options without names) */ |