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

This commit is contained in:
sjplimp
2007-06-20 13:17:59 +00:00
parent bde732bced
commit aaed6ebc33
131 changed files with 4277 additions and 2222 deletions

View File

@ -251,11 +251,6 @@ void Respa::init()
if (modify->nfix == 0)
error->warning("No fixes defined, atoms won't move");
// respa not allowed with granular atom style
if (atom->check_style("granular"))
error->all("Respa not allowed with atom style granular");
// create fix needed for storing atom-based respa level forces
// will delete it at end of run