diff --git a/example/gmres/test_cmplx_A.cpp b/example/gmres/test_cmplx_A.cpp index 0a75c53d62..a19d6ad7e1 100644 --- a/example/gmres/test_cmplx_A.cpp +++ b/example/gmres/test_cmplx_A.cpp @@ -53,7 +53,7 @@ #include "gmres.hpp" int main(int /*argc*/, char** /*argv[]*/) { - typedef Kokkos::complex ST; + typedef Kokkos::complex ST; typedef int OT; typedef Kokkos::DefaultExecutionSpace EXSP; diff --git a/example/gmres/test_real_A.cpp b/example/gmres/test_real_A.cpp index e7e2a34e31..3f6edd06a3 100644 --- a/example/gmres/test_real_A.cpp +++ b/example/gmres/test_real_A.cpp @@ -54,7 +54,7 @@ #include "gmres.hpp" int main(int /*argc*/, char** /*argv[]*/) { - typedef Kokkos::Experimental::bhalf_t ST; + typedef double ST; typedef int OT; typedef Kokkos::DefaultExecutionSpace EXSP;