From: Timo Heister <timo.heister@gmail.com>
Date: Sun, 2 Aug 2015 00:08:32 +0000 (-0500)
Subject: fix latex formula
X-Git-Tag: v8.3.0~1^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86c2d01da20103b543e8cee5f5e051c3f1802a63;p=dealii.git

fix latex formula
---

diff --git a/include/deal.II/lac/matrix_lib.h b/include/deal.II/lac/matrix_lib.h
index 2c2a3e14bf..5bb75c3fd9 100644
--- a/include/deal.II/lac/matrix_lib.h
+++ b/include/deal.II/lac/matrix_lib.h
@@ -312,7 +312,7 @@ private:
  * a vector $\mathbf v$ and $\frac 1n {\mathbf 1}_n$ yields the <i>mean
  * value</i> of the entries of ${\mathbf v}$. Consequently, $ \left[I-\frac
  * 1n{\mathbf 1}_n{\mathbf 1}_n^T\right] \mathbf v = \mathbf v - \left[\frac
- * 1n \mathbf v} \cdot {\mathbf 1}_n\right]{\mathbf 1}_n$ subtracts from every
+ * 1n {\mathbf v} \cdot {\mathbf 1}_n\right]{\mathbf 1}_n$ subtracts from every
  * vector element the mean value of all elements.
  *
  * @author Guido Kanschat, 2002, 2003