From: wolf Date: Thu, 3 Mar 2005 22:37:23 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f212991864a5037ffa8817539213179c5972d32;p=dealii-svn.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@9991 0785d39b-7218-0410-832d-ea1e28bc413d --- 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