From 3ede4aff10261033b9150fb486def19586e04ba5 Mon Sep 17 00:00:00 2001 From: David Wells Date: Wed, 4 Nov 2015 16:46:57 -0500 Subject: [PATCH] Add brackets around a LaTeX subscript. --- include/deal.II/lac/constraint_matrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/lac/constraint_matrix.h b/include/deal.II/lac/constraint_matrix.h index 5a0abfe7e5..13f16df2a3 100644 --- a/include/deal.II/lac/constraint_matrix.h +++ b/include/deal.II/lac/constraint_matrix.h @@ -1000,7 +1000,7 @@ public: * the constraint $x_3=\frac 12 x_1 + \frac 12 x_2$, then this function will * read the values of $x_1$ and $x_1$ from the given vector and set the * element $x_3$ according to this constraints. Similarly, if the current - * object stores the constraint $x_42=208$, then this function will set the + * object stores the constraint $x_{42}=208$, then this function will set the * 42nd element of the given vector to 208. * * @note If this function is called with a parallel vector @p vec, then the -- 2.39.5