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

This commit is contained in:
sjplimp 2009-08-18 18:00:30 +00:00
parent 7b33f2935b
commit 2be36b47f5
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ void Neighbor::init()
// rRESPA cutoffs
int respa = 0;
if (update->whichflag == 0 && strcmp(update->integrate_style,"respa") == 0) {
if (update->whichflag == 1 && strcmp(update->integrate_style,"respa") == 0) {
if (((Respa *) update->integrate)->level_inner >= 0) respa = 1;
if (((Respa *) update->integrate)->level_middle >= 0) respa = 2;
}