From: hartmann Date: Wed, 9 May 2001 11:46:56 +0000 (+0000) Subject: Small doc fix. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6280bfab682f281eb8140b4663cba301045f5866;p=dealii-svn.git Small doc fix. git-svn-id: https://svn.dealii.org/trunk@4577 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 0074316f40..cc695a6def 100644 --- a/deal.II/lac/include/lac/block_matrix_array.h +++ b/deal.II/lac/include/lac/block_matrix_array.h @@ -32,7 +32,7 @@ template class BlockVector; * location @p{(i,j)} several times will add the corresponding * matrices in matrix-vector multiplications. * - * @subsection{Requirements} + * @sect3{Requirements} * * The template argument @p{MATRIX} is a class providing the the * matrix-vector multiplication functions @p{vmult} etc. defined in