git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2589 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -29,9 +29,9 @@ class ComputeCoordAtom : public Compute {
|
||||
|
||||
private:
|
||||
int nmax;
|
||||
double cutoff;
|
||||
double *coordination;
|
||||
double cutsq;
|
||||
class NeighList *list;
|
||||
double *coordination;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user