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

This commit is contained in:
sjplimp
2011-03-07 22:47:03 +00:00
parent 649ea52fbd
commit f60d2adc33
5 changed files with 85 additions and 34 deletions

View File

@ -331,10 +331,11 @@ void LAMMPS::init()
update->init();
force->init(); // pair must come after update due to minimizer
domain->init();
atom->init(); // atom must come after force:
atom->init(); // atom must come after force and domain
// atom deletes extra array
// used by fix shear_history::unpack_restart()
// when force->pair->gran_history creates fix ??
// atom_vec init uses deform_vremap
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