From cc5ceb76f2ec89e76d242b0f931af7c38adc9a29 Mon Sep 17 00:00:00 2001 From: Tom Deakin Date: Thu, 15 Feb 2018 03:40:36 +0000 Subject: [PATCH] [Kokkos] Remove test for Kokkos around now fixed multiple template specializations --- main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.cpp b/main.cpp index d35cc76..4fd5125 100644 --- a/main.cpp +++ b/main.cpp @@ -75,12 +75,9 @@ int main(int argc, char *argv[]) // TODO: Fix Kokkos to allow multiple template specializations if (triad_only) { - // TODO: Fix Kokkos to allow multiple template specializations -#ifndef KOKKOS if (use_float) run_triad(); else -#endif run_triad(); } else