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