git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3481 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -101,7 +101,7 @@ void ComputeCoordAtom::compute_peratom()
|
||||
memory->sfree(coordination);
|
||||
nmax = atom->nmax;
|
||||
coordination = (double *)
|
||||
memory->smalloc(nmax*sizeof(double),"compute/coord/atom:coordination");
|
||||
memory->smalloc(nmax*sizeof(double),"coord/atom:coordination");
|
||||
scalar_atom = coordination;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user