add option to restrict coordination number by group
This commit is contained in:
@ -45,6 +45,9 @@ class ComputeCoordAtom : public Compute {
|
||||
double *cvec;
|
||||
double **carray;
|
||||
|
||||
char *group2;
|
||||
int jgroup,jgroupbit;
|
||||
|
||||
class ComputeOrientOrderAtom *c_orientorder;
|
||||
char *id_orientorder;
|
||||
double threshold;
|
||||
|
||||
Reference in New Issue
Block a user