Fixed number of parameters sent to sna kokkos to include bnormflag

This commit is contained in:
Sievers
2020-06-15 17:09:14 -07:00
parent 39f1fb874f
commit b55f1829d9

View File

@ -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();