From 825facf6e09583a5e8068d277f0738d8aa31189c Mon Sep 17 00:00:00 2001 From: Stan Moore Date: Fri, 6 Nov 2020 12:33:31 -0700 Subject: [PATCH] Fix compile issue with accelerator_kokkos.h --- src/accelerator_kokkos.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/accelerator_kokkos.h b/src/accelerator_kokkos.h index 2f7b387755..d8a63bd426 100644 --- a/src/accelerator_kokkos.h +++ b/src/accelerator_kokkos.h @@ -63,6 +63,7 @@ class KokkosLMP { class Kokkos { public: + static int is_initialized() {return false;} static void finalize() {} }; @@ -123,10 +124,5 @@ class DAT { } -namespace Kokkos { - static int is_initialized() {return false;} - static void finalize() {} -} - #endif #endif