diff --git a/dune/solvers/iterationsteps/lineariterationstep.hh b/dune/solvers/iterationsteps/lineariterationstep.hh index d25a0059d9ad82716409f91219d3542dc6deea3e..0313a62260bad60f338242330efaf15c5731c334 100644 --- a/dune/solvers/iterationsteps/lineariterationstep.hh +++ b/dune/solvers/iterationsteps/lineariterationstep.hh @@ -7,7 +7,7 @@ #include "iterationstep.hh" -//! Base class for iteration steps being called by a iterative linear solver +//! Base class for iteration steps being called by an iterative linear solver template<class MatrixType, class VectorType, class BitVectorType = Dune::BitSetVector<VectorType::block_type::dimension> > class LinearIterationStep : public IterationStep<VectorType, BitVectorType> {