git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11937 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -151,6 +151,7 @@ void ReadRestart::command(int narg, char **arg)
|
||||
else n = static_cast<int> (LB_FACTOR * atom->natoms / nprocs);
|
||||
|
||||
atom->allocate_type_arrays();
|
||||
atom->deallocate_topology();
|
||||
atom->avec->grow(n);
|
||||
n = atom->nmax;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user