From 4941cf25c0160f0dce83e06a8e1290ce8e80301e Mon Sep 17 00:00:00 2001 From: alphataubio Date: Tue, 29 Oct 2024 12:59:09 -0400 Subject: [PATCH] typo --- src/KOKKOS/kokkos_type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/KOKKOS/kokkos_type.h b/src/KOKKOS/kokkos_type.h index ef50e739d9..a81e2ed0cf 100644 --- a/src/KOKKOS/kokkos_type.h +++ b/src/KOKKOS/kokkos_type.h @@ -166,7 +166,7 @@ template using KKScatterView = Kokkos::Experimental::ScatterView; -// set ExecutionSpace stuct with variable "space" +// set ExecutionSpace struct with variable "space" template struct ExecutionSpaceFromDevice;