git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3104 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -286,7 +286,7 @@ void Neighbor::init()
|
|||||||
// rRESPA cutoffs
|
// rRESPA cutoffs
|
||||||
|
|
||||||
int respa = 0;
|
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_inner >= 0) respa = 1;
|
||||||
if (((Respa *) update->integrate)->level_middle >= 0) respa = 2;
|
if (((Respa *) update->integrate)->level_middle >= 0) respa = 2;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user