forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2266 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
97927cfb7c
commit
87feb805d0
|
@ -309,8 +309,8 @@ void LAMMPS::init()
|
|||
// when force->pair->gran_history creates fix ??
|
||||
modify->init(); // modify must come after update, force, atom, domain
|
||||
neighbor->init(); // neighbor must come after force, modify
|
||||
comm->init(); // comm must come after force, modify, neighbor
|
||||
output->init(); // output must come after domain, force, modify
|
||||
comm->init(); // comm must come after force, modify
|
||||
timer->init();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue