Commit 24e2d4bb authored by Aidan Thompson's avatar Aidan Thompson
Browse files

Added changes to other FixNH variants (just KOKKOS, in this case)

parent 4f38878c
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -269,7 +269,10 @@ void FixNHKokkos<DeviceType>::final_integrate()
    //atomKK->sync(pressure->execution_space,pressure->datamask_read);
    //atomKK->modified(pressure->execution_space,pressure->datamask_modify);
    if (pstyle == ISO) pressure->compute_scalar();
    else pressure->compute_vector();
    else {
      temperature->compute_vector();
      pressure->compute_vector();
    }
    couple();
    pressure->addstep(update->ntimestep+1);
  }