From 97e3e8f21dc8ded495194879809659eaa86006c1 Mon Sep 17 00:00:00 2001 From: tcclevenger Date: Fri, 7 Sep 2018 16:26:06 -0400 Subject: [PATCH] small typo --- include/deal.II/lac/affine_constraints.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/lac/affine_constraints.h b/include/deal.II/lac/affine_constraints.h index 798b6f2cc3..b7b4cb1020 100644 --- a/include/deal.II/lac/affine_constraints.h +++ b/include/deal.II/lac/affine_constraints.h @@ -1164,7 +1164,7 @@ public: * Given a vector, set all constrained degrees of freedom to values so * that the constraints are satisfied. For example, if the current object * stores 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 + * function will read the values of $x_1$ and $x_2$ 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 42nd element of the given vector to 208. -- 2.39.5