From d4122cd4a7935b9411d7741f577a37ecad76daa5 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 3 Mar 2005 22:37:23 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@9991 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/block_matrix_array.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/lac/include/lac/block_matrix_array.h b/deal.II/lac/include/lac/block_matrix_array.h index a9d5c97e33..bb95176d13 100644 --- a/deal.II/lac/include/lac/block_matrix_array.h +++ b/deal.II/lac/include/lac/block_matrix_array.h @@ -64,7 +64,7 @@ template class Vector; * *

Requirements on MATRIX

* - * The template argument MATRIX is a class providing the the + * The template argument MATRIX is a class providing the * matrix-vector multiplication functions vmult, * Tvmult, vmult_add and Tvmult_add used in * this class, but with arguments of type VECTOR instead of -- 2.39.5