Skip to content
Snippets Groups Projects
Commit 5aee500a authored by oliver.sander_at_tu-dresden.de's avatar oliver.sander_at_tu-dresden.de
Browse files

Do not hard-code BitSetVector as the default bitvector type

parent 6c49db47
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@
#include <dune/common/ftraits.hh>
#include <dune/solvers/common/defaultbitvector.hh>
#include <dune/solvers/solvers/solver.hh>
#include <dune/solvers/iterationsteps/iterationstep.hh>
#include <dune/solvers/norms/norm.hh>
......@@ -14,7 +15,7 @@ namespace Dune {
namespace Solvers {
/** \brief Abstract base class for iterative solvers */
template <class VectorType, class BitVectorType = Dune::BitSetVector<VectorType::block_type::dimension> >
template <class VectorType, class BitVectorType = DefaultBitVector_t<VectorType> >
class IterativeSolver : public Solver
{
// For norms and convergence rates
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment