From 39edd3ef20054d46ad085951e26449691cdd7012 Mon Sep 17 00:00:00 2001 From: Luca Heltai Date: Sun, 28 Nov 2004 17:13:43 +0000 Subject: [PATCH] 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 --- deal.II/lac/include/lac/filtered_matrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5