Skip to content
Snippets Groups Projects
Commit 5110a839 authored by Jö Fahlke's avatar Jö Fahlke
Browse files

[SIMD] Switch solver.hh to the new interface.

parent e8223df8
No related branches found
No related tags found
1 merge request!142Port ISTL to the new SIMD interface
......@@ -10,6 +10,7 @@
#include <memory>
#include <string>
#include <dune/common/simd.hh>
#include <dune/common/unused.hh>
#include "preconditioner.hh"
......
......@@ -9,7 +9,7 @@
#include <dune/common/exceptions.hh>
#include <dune/common/shared_ptr.hh>
#include <dune/common/simd.hh>
#include <dune/common/simd/simd.hh>
#include "solvertype.hh"
#include "preconditioner.hh"
......@@ -103,7 +103,7 @@ namespace Dune
typedef typename FieldTraits<field_type>::real_type real_type;
//! \brief scalar type underlying the field_type
typedef SimdScalar<real_type> scalar_real_type;
typedef Simd::Scalar<real_type> scalar_real_type;
/**
\brief Apply inverse operator,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment