git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5035 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -570,7 +570,6 @@ void FixAveSpatial::end_of_step()
|
|||||||
int *mask = atom->mask;
|
int *mask = atom->mask;
|
||||||
int nlocal = atom->nlocal;
|
int nlocal = atom->nlocal;
|
||||||
|
|
||||||
|
|
||||||
if (nlocal > maxatomlayer) {
|
if (nlocal > maxatomlayer) {
|
||||||
maxatomlayer = atom->nmax;
|
maxatomlayer = atom->nmax;
|
||||||
memory->sfree(layer);
|
memory->sfree(layer);
|
||||||
|
|||||||
@ -54,9 +54,9 @@ class Variable : protected Pointers {
|
|||||||
double value;
|
double value;
|
||||||
double *array;
|
double *array;
|
||||||
int *iarray;
|
int *iarray;
|
||||||
int ivalue1,ivalue2;
|
|
||||||
int nstride;
|
|
||||||
int type;
|
int type;
|
||||||
|
int nstride;
|
||||||
|
int ivalue1,ivalue2;
|
||||||
Tree *left,*middle,*right;
|
Tree *left,*middle,*right;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user