From ad321edb9bc80daf2280a0c97a248cd80701d094 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 26 Mar 2004 17:26:43 +0000 Subject: [PATCH] Fix doc typo. git-svn-id: https://svn.dealii.org/trunk@8881 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/dofs/dof_constraints.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/dofs/dof_constraints.h b/deal.II/deal.II/include/dofs/dof_constraints.h index 4187cf222c..544cab8e2c 100644 --- a/deal.II/deal.II/include/dofs/dof_constraints.h +++ b/deal.II/deal.II/include/dofs/dof_constraints.h @@ -34,7 +34,7 @@ class BlockIndices; /** * This class implements linear homogeneous constraints on degrees of * freedom. In particular, it handles constraints of the form - * $x_{i1} = \sum_{j=2}^M a_{i_j} x_{i_j}$. Each "line" in objects of this + * $x_{i_1} = \sum_{j=2}^M a_{i_j} x_{i_j}$. Each "line" in objects of this * class corresponds to one such constraint, with the number of the * line being $i1$, and the entries in this line being pairs * $(i_j,a_{i_j})$. Note that the constraints are linear in the $x_i$, -- 2.39.5