From a38dec2acb500fa06b857e24c6a8bebf5604607d Mon Sep 17 00:00:00 2001 From: Eric Phipps Date: Tue, 5 Sep 2023 18:52:16 -0600 Subject: [PATCH] Fix warning with new Kokkos --- src/Genten_Kokkos_ScatterView.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Genten_Kokkos_ScatterView.hpp b/src/Genten_Kokkos_ScatterView.hpp index fe297402d3..7fbfaab1a0 100644 --- a/src/Genten_Kokkos_ScatterView.hpp +++ b/src/Genten_Kokkos_ScatterView.hpp @@ -271,7 +271,7 @@ struct DuplicatedDataType { subview where the index specified is the largest-stride one. */ template struct Slice { - typedef Slice next; + typedef Slice next; typedef typename next::value_type value_type; static