Commit 3028b028 authored by Stan Moore's avatar Stan Moore
Browse files

Merge branch 'kk_compute_orientorder_atom' of...

Merge branch 'kk_compute_orientorder_atom' of ssh://github.com/stanmoore1/lammps into kk_compute_coord_atom
parents 91d958fa 5de6224b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -92,7 +92,7 @@ void ComputeOrientOrderAtomKokkos<DeviceType>::init()

  neighbor->requests[irequest]->
    kokkos_host = std::is_same<DeviceType,LMPHostType>::value &&
    std::is_same<DeviceType,LMPDeviceType>::value;
    !std::is_same<DeviceType,LMPDeviceType>::value;
  neighbor->requests[irequest]->
    kokkos_device = std::is_same<DeviceType,LMPDeviceType>::value;
}