From 411190540f6e8b3c50fe8c5368172a8f40d7e238 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20M=C3=BCthing?= <muething@dune-project.org> Date: Tue, 19 Nov 2013 14:32:26 +0100 Subject: [PATCH] [BCRSMatrix] Fix a documentation typo --- dune/istl/bcrsmatrix.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dune/istl/bcrsmatrix.hh b/dune/istl/bcrsmatrix.hh index d611e8c5..5304f18d 100644 --- a/dune/istl/bcrsmatrix.hh +++ b/dune/istl/bcrsmatrix.hh @@ -157,7 +157,7 @@ namespace Dune { //! Creates an ImplicitMatrixBuilder for matrix m. /** - * \note You can only pass a completely set up a matrix to this constructor: + * \note You can only pass a completely set up matrix to this constructor: * All of setBuildMode(), setImplicitBuildModeParameters() and setSize() * must have been called with the correct values. * -- GitLab