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