Skip to content

Commit

Permalink
example/gmres: Use complex double
Browse files Browse the repository at this point in the history
  • Loading branch information
e10harvey committed Nov 30, 2021
1 parent 6f4e5ed commit 5155bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/gmres/test_cmplx_A.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
#include "gmres.hpp"

int main(int /*argc*/, char** /*argv[]*/) {
typedef Kokkos::complex<Kokkos::Experimental::half_t> ST;
typedef Kokkos::complex<double> ST;
typedef int OT;
typedef Kokkos::DefaultExecutionSpace EXSP;

Expand Down

0 comments on commit 5155bdc

Please sign in to comment.