[Kokkos] Remove test for Kokkos around now fixed multiple template specializations

This commit is contained in:
Tom Deakin 2018-02-15 03:40:36 +00:00
parent dead6d0d44
commit cc5ceb76f2

View File

@ -75,12 +75,9 @@ int main(int argc, char *argv[])
// TODO: Fix Kokkos to allow multiple template specializations // TODO: Fix Kokkos to allow multiple template specializations
if (triad_only) if (triad_only)
{ {
// TODO: Fix Kokkos to allow multiple template specializations
#ifndef KOKKOS
if (use_float) if (use_float)
run_triad<float>(); run_triad<float>();
else else
#endif
run_triad<double>(); run_triad<double>();
} }
else else