git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11943 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -171,7 +171,7 @@ void CreateBox::command(int narg, char **arg)
|
||||
|
||||
atom->allocate_type_arrays();
|
||||
atom->deallocate_topology();
|
||||
atom->avec->grow(atom->nmax);
|
||||
atom->avec->grow(1);
|
||||
|
||||
domain->print_box("Created ");
|
||||
domain->set_initial_box();
|
||||
|
||||
Reference in New Issue
Block a user