bug fix for fix GCMC w/ fix shake, enhance of fix wall/gran/region with restarting

This commit is contained in:
Steve Plimpton
2016-10-13 16:55:53 -06:00
parent 63e71cd45b
commit 2c8a7a318a
18 changed files with 254 additions and 145 deletions

View File

@ -707,7 +707,7 @@ void LAMMPS::init()
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 ??
// 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