| 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 *gofz_help; /* g(z) help description.  */ | 
| 88 | 
  | 
  const char *r_theta_help; /* g(r, cos(theta)) help description.  */ | 
| 89 | 
  | 
  const char *r_omega_help; /* g(r, cos(omega)) help description.  */ | 
| 90 | 
  | 
  const char *theta_omega_help; /* g(cos(theta), cos(omega)) help description.  */ | 
| 96 | 
  | 
  const char *slab_density_help; /* slab density help description.  */ | 
| 97 | 
  | 
  const char *hxy_help; /* hxy help description.  */ | 
| 98 | 
  | 
  const char *rho_r_help; /* rho of R help description.  */ | 
| 99 | 
+ | 
  const char *hullvol_help; /* hull volume of nanoparticle help description.  */ | 
| 100 | 
  | 
   | 
| 101 | 
  | 
  int help_given ;      /* Whether help was given.  */ | 
| 102 | 
  | 
  int version_given ;   /* Whether version was given.  */ | 
| 120 | 
  | 
  int radius_given ;    /* Whether radius was given.  */ | 
| 121 | 
  | 
  int bo_given ;        /* Whether bo was given.  */ | 
| 122 | 
  | 
  int bor_given ;       /* Whether bor was given.  */ | 
| 123 | 
+ | 
  int bad_given ;       /* Whether bad was given.  */ | 
| 124 | 
  | 
  int gofr_given ;      /* Whether gofr was given.  */ | 
| 125 | 
+ | 
  int gofz_given ;      /* Whether gofz was given.  */ | 
| 126 | 
  | 
  int r_theta_given ;   /* Whether r_theta was given.  */ | 
| 127 | 
  | 
  int r_omega_given ;   /* Whether r_omega was given.  */ | 
| 128 | 
  | 
  int theta_omega_given ;       /* Whether theta_omega was given.  */ | 
| 134 | 
  | 
  int slab_density_given ;      /* Whether slab_density was given.  */ | 
| 135 | 
  | 
  int hxy_given ;       /* Whether hxy was given.  */ | 
| 136 | 
  | 
  int rho_r_given ;     /* Whether rho_r was given.  */ | 
| 137 | 
+ | 
  int hullvol_given ;   /* Whether hullvol was given.  */ | 
| 138 | 
  | 
 | 
| 139 | 
  | 
  char **inputs ; /* unamed options */ | 
| 140 | 
  | 
  unsigned inputs_num ; /* unamed options number */ |