Commit 57ad197b authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

port nh fixes to KOKKOS

parent 3495141d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -148,7 +148,7 @@ void FixNHKokkos<DeviceType>::setup(int vflag)

  if (pstat_flag) {
    double kt = boltz * t_target;
    double nkt = atom->natoms * kt;
    double nkt = (atom->natoms + 1) * kt;

    for (int i = 0; i < 3; i++)
      if (p_flag[i])