Commit b55f1829 authored by Sievers's avatar Sievers
Browse files

Fixed number of parameters sent to sna kokkos to include bnormflag

parent 39f1fb87
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ inline
  SNAKokkos(const SNAKokkos<DeviceType>& sna, const typename Kokkos::TeamPolicy<DeviceType>::member_type& team);

inline
  SNAKokkos(double, int, double, int, int, int, int, int);
  SNAKokkos(double, int, double, int, int, int, int, int, int);

  KOKKOS_INLINE_FUNCTION
  ~SNAKokkos();