Fixed number of parameters sent to sna kokkos to include bnormflag
This commit is contained in:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user