From e71e6e0cbce2bdd25bc9a0a7eecc3615d5f96b4b Mon Sep 17 00:00:00 2001 From: Denis Davydov Date: Wed, 20 Dec 2017 11:42:50 +0100 Subject: [PATCH] doc: fix bracket in LATEX documentation --- include/deal.II/lac/lapack_full_matrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/lac/lapack_full_matrix.h b/include/deal.II/lac/lapack_full_matrix.h index 32cff48404..518fede4b3 100644 --- a/include/deal.II/lac/lapack_full_matrix.h +++ b/include/deal.II/lac/lapack_full_matrix.h @@ -193,8 +193,8 @@ public: * \mathbf A_{11} & \mathbf A_{12} \\ * \mathbf A_{21} & \mathbf A_{22} * \end{array} - * \rightarrow \mathbf A_{11} * \right) + * \rightarrow \mathbf A_{11} * \f] */ void grow_or_shrink (const size_type size); -- 2.39.5