forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15285 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
bf9e821055
commit
1df9db5091
|
@ -2401,7 +2401,6 @@ void FixShake::grow_arrays(int nmax)
|
|||
memory->create(ftmp,nmax,3,"shake:ftmp");
|
||||
memory->destroy(vtmp);
|
||||
memory->create(vtmp,nmax,3,"shake:vtmp");
|
||||
|
||||
}
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue