Commit bda0ee3a authored by Stan Moore's avatar Stan Moore
Browse files

Destroy unneeded fix in pair_reaxc_kokkos

parent f2c11727
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -131,6 +131,8 @@ template<class DeviceType>
void PairReaxCKokkos<DeviceType>::init_style()
{
  PairReaxC::init_style();
  if (fix_reax) modify->delete_fix("REAXC"); // not needed in the Kokkos version
  fix_reax = NULL;

  // irequest = neigh request made by parent class