git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15083 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -96,7 +96,7 @@ void FixStoreForce::min_setup(int vflag)
|
||||
|
||||
void FixStoreForce::post_force(int vflag)
|
||||
{
|
||||
if (atom->nlocal > nmax) {
|
||||
if (atom->nmax > nmax) {
|
||||
nmax = atom->nmax;
|
||||
memory->destroy(foriginal);
|
||||
memory->create(foriginal,nmax,3,"store/force:foriginal");
|
||||
|
||||
Reference in New Issue
Block a user