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

This commit is contained in:
sjplimp 2008-12-02 01:00:38 +00:00
parent 97927cfb7c
commit 87feb805d0
1 changed files with 1 additions and 1 deletions

View File

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