forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3104 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
7b33f2935b
commit
2be36b47f5
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue