Skip to content
Snippets Groups Projects
Commit 28097b5f authored by René Fritze's avatar René Fritze
Browse files

[la] removes ISTL version guarded assert

closes #57
parent 550faa65
No related branches found
No related tags found
No related merge requests found
......@@ -97,10 +97,6 @@ public:
typedef IstlRowMajorSparseMatrix<S> MatrixType;
typedef typename MatrixType::RealType R;
#if !DUNE_VERSION_NEWER(DUNE_ISTL, 2, 4)
static_assert(!std::is_same<S, std::complex<R>>::value, "the dune-istl solver does not work with complex yet!");
#endif
Solver(const MatrixType& matrix)
: matrix_(matrix)
, communicator_(new CommunicatorType())
......
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