| 82 |  | const char *radius_help; /* nanoparticle radius help description.  */ | 
| 83 |  | const char *bo_help; /* bond order parameter (--rcut must be specified) help description.  */ | 
| 84 |  | const char *bor_help; /* bond order parameter as a function of radius (--rcut must be specified) help description.  */ | 
| 85 | + | const char *bad_help; /* N(theta) bond angle density within (--rcut must be specified) help description.  */ | 
| 86 |  | const char *gofr_help; /* g(r) help description.  */ | 
| 87 |  | const char *r_theta_help; /* g(r, cos(theta)) help description.  */ | 
| 88 |  | const char *r_omega_help; /* g(r, cos(omega)) help description.  */ | 
| 95 |  | const char *slab_density_help; /* slab density help description.  */ | 
| 96 |  | const char *hxy_help; /* hxy help description.  */ | 
| 97 |  | const char *rho_r_help; /* rho of R help description.  */ | 
| 98 | + | const char *hullvol_help; /* hull volume of nanoparticle help description.  */ | 
| 99 |  |  | 
| 100 |  | int help_given ;      /* Whether help was given.  */ | 
| 101 |  | int version_given ;   /* Whether version was given.  */ | 
| 119 |  | int radius_given ;    /* Whether radius was given.  */ | 
| 120 |  | int bo_given ;        /* Whether bo was given.  */ | 
| 121 |  | int bor_given ;       /* Whether bor was given.  */ | 
| 122 | + | int bad_given ;       /* Whether bad was given.  */ | 
| 123 |  | int gofr_given ;      /* Whether gofr was given.  */ | 
| 124 |  | int r_theta_given ;   /* Whether r_theta was given.  */ | 
| 125 |  | int r_omega_given ;   /* Whether r_omega was given.  */ | 
| 132 |  | int slab_density_given ;      /* Whether slab_density was given.  */ | 
| 133 |  | int hxy_given ;       /* Whether hxy was given.  */ | 
| 134 |  | int rho_r_given ;     /* Whether rho_r was given.  */ | 
| 135 | + | int hullvol_given ;   /* Whether hullvol was given.  */ | 
| 136 |  |  | 
| 137 |  | char **inputs ; /* unamed options */ | 
| 138 |  | unsigned inputs_num ; /* unamed options number */ |