git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3481 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -82,7 +82,7 @@ void ComputeDisplaceAtom::compute_peratom()
|
||||
memory->destroy_2d_double_array(displace);
|
||||
nmax = atom->nmax;
|
||||
displace =
|
||||
memory->create_2d_double_array(nmax,4,"compute/displace/atom:displace");
|
||||
memory->create_2d_double_array(nmax,4,"displace/atom:displace");
|
||||
vector_atom = displace;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user