forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@482 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
25c1766368
commit
96bdc01670
|
@ -114,6 +114,7 @@ void ReadData::command(int narg, char **arg)
|
|||
|
||||
atom->allocate_type_arrays();
|
||||
atom->avec->grow(n);
|
||||
n = atom->nmax;
|
||||
|
||||
domain->print_box(" ");
|
||||
domain->set_initial_box();
|
||||
|
|
|
@ -100,6 +100,7 @@ void ReadRestart::command(int narg, char **arg)
|
|||
|
||||
atom->allocate_type_arrays();
|
||||
atom->avec->grow(n);
|
||||
n = atom->nmax;
|
||||
|
||||
domain->print_box(" ");
|
||||
domain->set_initial_box();
|
||||
|
|
|
@ -184,6 +184,7 @@ void Replicate::command(int narg, char **arg)
|
|||
|
||||
atom->allocate_type_arrays();
|
||||
atom->avec->grow(n);
|
||||
n = atom->nmax;
|
||||
|
||||
domain->print_box(" ");
|
||||
domain->set_initial_box();
|
||||
|
|
Loading…
Reference in New Issue