From b55f1829d943802bf2e4f570007351dced17eaee Mon Sep 17 00:00:00 2001 From: Sievers Date: Mon, 15 Jun 2020 17:09:14 -0700 Subject: [PATCH] Fixed number of parameters sent to sna kokkos to include bnormflag --- src/KOKKOS/sna_kokkos.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/KOKKOS/sna_kokkos.h b/src/KOKKOS/sna_kokkos.h index f9dbb07c92..30c705cc41 100644 --- a/src/KOKKOS/sna_kokkos.h +++ b/src/KOKKOS/sna_kokkos.h @@ -58,7 +58,7 @@ inline SNAKokkos(const SNAKokkos& sna, const typename Kokkos::TeamPolicy::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();