Commit 3b606868 authored by Stan Moore's avatar Stan Moore
Browse files

Small tweak to verlet_kokkos

parent d717101e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -188,8 +188,8 @@ void VerletKokkos::setup(int flag)

  lmp->kokkos->auto_sync = 0;
  modify->setup(vflag);
  lmp->kokkos->auto_sync = 1;
  output->setup(flag);
  lmp->kokkos->auto_sync = 1;
  update->setupflag = 0;
}