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. */ |
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. */ |