From: Luca Heltai Date: Sun, 28 Nov 2004 17:13:43 +0000 (+0000) Subject: Corrected a typo which prevented the documentation to be displayed X-Git-Tag: v8.0.0~14664 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39edd3ef20054d46ad085951e26449691cdd7012;p=dealii.git Corrected a typo which prevented the documentation to be displayed correctly. git-svn-id: https://svn.dealii.org/trunk@9808 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/filtered_matrix.h b/deal.II/lac/include/lac/filtered_matrix.h index bee82cab5b..40f551586c 100644 --- a/deal.II/lac/include/lac/filtered_matrix.h +++ b/deal.II/lac/include/lac/filtered_matrix.h @@ -56,7 +56,7 @@ template class Vector; * \begin{verbatim} * [ A B_D^T ] [x] = [b ] * [ B_D 0 ] [l] = [g_D] - * \begin{verbatim} + * \end{verbatim} * * The first equation then reads $B_D^T l = b-Ax$. On the other hand, * if we left-multiply the first equation by $B_D^T B_D$, we obtain