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