git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11943 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2014-05-07 18:12:12 +00:00
parent 919d293a14
commit 8c0de891d7

View File

@ -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();