git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8312 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -111,6 +111,7 @@ void Verlet::setup()
|
||||
if (atom->sortfreq > 0) atom->sort();
|
||||
comm->borders();
|
||||
if (triclinic) domain->lamda2x(atom->nlocal+atom->nghost);
|
||||
domain->box_too_small_check();
|
||||
neighbor->build();
|
||||
neighbor->ncalls = 0;
|
||||
|
||||
@ -167,6 +168,7 @@ void Verlet::setup_minimal(int flag)
|
||||
comm->exchange();
|
||||
comm->borders();
|
||||
if (triclinic) domain->lamda2x(atom->nlocal+atom->nghost);
|
||||
domain->box_too_small_check();
|
||||
neighbor->build();
|
||||
neighbor->ncalls = 0;
|
||||
}
|
||||
@ -309,6 +311,7 @@ void Verlet::run(int n)
|
||||
void Verlet::cleanup()
|
||||
{
|
||||
modify->post_run();
|
||||
domain->box_too_small_check();
|
||||
}
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user