Skip to content

Commit

Permalink
examples/gmres: use namespace std
Browse files Browse the repository at this point in the history
  • Loading branch information
e10harvey committed Nov 24, 2021
1 parent f4121ab commit f37335c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/gmres/gmres.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ GmresStats gmres(
const KokkosSparse::Experimental::Preconditioner<
ScalarType, Layout, EXSP, OrdinalType> *const M = NULL) {
using namespace Kokkos::Experimental; // For 'fabs' wrappers above
using namespace std; // For 'fabs' from std
Kokkos::Profiling::pushRegion("GMRES::TotalTime:");
typedef Kokkos::Details::ArithTraits<ScalarType> AT;
typedef typename AT::val_type
Expand Down

0 comments on commit f37335c

Please sign in to comment.