From 1e64fe0480ab5223f57e91e3bb1c0088e06f18a0 Mon Sep 17 00:00:00 2001 From: Jonathan Youett <youett@mi.fu-berlin.de> Date: Wed, 1 Feb 2012 10:02:18 +0000 Subject: [PATCH] typo [[Imported from SVN: r5584]] --- dune/solvers/iterationsteps/lineariterationstep.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dune/solvers/iterationsteps/lineariterationstep.hh b/dune/solvers/iterationsteps/lineariterationstep.hh index d25a0059..0313a622 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> { -- GitLab