Commit e2117af2 authored by stamoor's avatar stamoor
Browse files

Fixing Kokkos bug

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14585 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent b6be8626
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,9 +13,9 @@

#ifdef DIHEDRAL_CLASS

DihedralStyle(charmm/kk,DihedralOPLSKokkos<LMPDeviceType>)
DihedralStyle(charmm/kk/device,DihedralOPLSKokkos<LMPDeviceType>)
DihedralStyle(charmm/kk/host,DihedralOPLSKokkos<LMPHostType>)
DihedralStyle(opls/kk,DihedralOPLSKokkos<LMPDeviceType>)
DihedralStyle(opls/kk/device,DihedralOPLSKokkos<LMPDeviceType>)
DihedralStyle(opls/kk/host,DihedralOPLSKokkos<LMPHostType>)

#else