From: Denis Davydov Date: Wed, 20 Dec 2017 10:42:50 +0000 (+0100) Subject: doc: fix bracket in LATEX documentation X-Git-Tag: v9.0.0-rc1~636^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e71e6e0cbce2bdd25bc9a0a7eecc3615d5f96b4b;p=dealii.git doc: fix bracket in LATEX documentation --- 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);