Commit 074ae06b authored by Michael Brown's avatar Michael Brown
Browse files

Bug fix for eam/intel per-atom energy calculation.

parent de366c27
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -451,7 +451,6 @@ void PairEAMIntel::eval(const int offload, const int vflag,

      if (tid == 0)
        comm->forward_comm_pair(this);
      if (NEWTON_PAIR) memset(f + minlocal, 0, f_stride * sizeof(FORCE_T));

      #if defined(_OPENMP)
      #pragma omp barrier