git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5478 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -67,14 +67,8 @@ void Finish::end(int flag)
|
|||||||
timeflag = histoflag = neighflag = 1;
|
timeflag = histoflag = neighflag = 1;
|
||||||
if (strstr(force->kspace_style,"pppm")) fftflag = 1;
|
if (strstr(force->kspace_style,"pppm")) fftflag = 1;
|
||||||
}
|
}
|
||||||
if (flag == 2) {
|
if (flag == 2) prdflag = histoflag = neighflag = 1;
|
||||||
prdflag = histoflag = neighflag = 1;
|
if (flag == 3) tadflag = histoflag = neighflag = 1;
|
||||||
|
|
||||||
}
|
|
||||||
if (flag == 3) {
|
|
||||||
tadflag = histoflag = neighflag = 1;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
// loop stats
|
// loop stats
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user