git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8562 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -34,10 +34,13 @@ class ComputeCoordAtom : public Compute {
|
||||
double memory_usage();
|
||||
|
||||
private:
|
||||
int nmax;
|
||||
int nmax,ncol;
|
||||
double cutsq;
|
||||
class NeighList *list;
|
||||
double *coordination;
|
||||
|
||||
int *typelo,*typehi;
|
||||
double *cvec;
|
||||
double **carray;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user