Unverified Commit 9a43229c authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

disable single function for KOKKOS eam styles, since the required data is not available

parent b61fb736
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ template<class DeviceType>
PairEAMKokkos<DeviceType>::PairEAMKokkos(LAMMPS *lmp) : PairEAM(lmp)
{
  respa_enable = 0;
  single_enable = 0;

  atomKK = (AtomKokkos *) atom;
  execution_space = ExecutionSpaceFromDevice<DeviceType>::space;