Commit 928ac7f2 authored by Stan Moore's avatar Stan Moore
Browse files

Fix typo

parent a44e49e2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,9 +13,9 @@

#ifdef COMPUTE_CLASS

ComputeStyle(orientorder/atom/kk,ComputeCoordAtomKokkos<LMPDeviceType>)
ComputeStyle(orientorder/atom/kk/device,ComputeCoordAtomKokkos<LMPDeviceType>)
ComputeStyle(orientorder/atom/kk/host,ComputeCoordAtomKokkos<LMPHostType>)
ComputeStyle(coord/atom/kk,ComputeCoordAtomKokkos<LMPDeviceType>)
ComputeStyle(coord/atom/kk/device,ComputeCoordAtomKokkos<LMPDeviceType>)
ComputeStyle(coord/atom/kk/host,ComputeCoordAtomKokkos<LMPHostType>)

#else