mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9279 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
87f2415519
commit
b078dc5e0b
|
@ -172,8 +172,6 @@ void ThrOMP::reduce_thr(void *style, const int eflag, const int vflag,
|
|||
|
||||
if (pair->vflag_fdotr) {
|
||||
|
||||
if (fix->last_pair_hybrid) return;
|
||||
|
||||
// this is a non-hybrid pair style. compute per thread fdotr
|
||||
if (fix->last_pair_hybrid == NULL) {
|
||||
if (lmp->neighbor->includegroup == 0)
|
||||
|
|
Loading…
Reference in New Issue