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

This commit is contained in:
pscrozi
2013-02-12 17:13:48 +00:00
parent 9028c18d97
commit 817ed05528
3 changed files with 10 additions and 1 deletions

View File

@ -73,7 +73,8 @@ void Finish::end(int flag)
if (update->whichflag == 1 &&
strcmp(update->integrate_style,"verlet/split") == 0 &&
universe->iworld == 1) neighflag = 0;
if (force->kspace && force->kspace_match("pppm",0)) fftflag = 1;
if (force->kspace && force->kspace_match("pppm",0)
&& force->kspace->fftbench) fftflag = 1;
}
if (flag == 2) prdflag = histoflag = neighflag = 1;
if (flag == 3) tadflag = histoflag = neighflag = 1;