From 898d8316cc94611b4be42e259a144f46166a3277 Mon Sep 17 00:00:00 2001 From: kanschat Date: Mon, 27 Aug 2012 12:21:08 +0000 Subject: [PATCH] fix indices git-svn-id: https://svn.dealii.org/trunk@26127 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/constraint_matrix.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/include/deal.II/lac/constraint_matrix.h b/deal.II/include/deal.II/lac/constraint_matrix.h index 462b5f101f..f857a5aaf6 100644 --- a/deal.II/include/deal.II/lac/constraint_matrix.h +++ b/deal.II/include/deal.II/lac/constraint_matrix.h @@ -82,9 +82,9 @@ namespace internals *

Description of constraints

* * Each "line" in objects of this class corresponds to one constrained degree - * of freedom, with the number of the line being i1, and the entries in + * of freedom, with the number of the line being i, and the entries in * this line being pairs - * (ij,aij). + * (ji,aiji). * Note that the constraints are linear * in the xi, and that there might be a constant (non-homogeneous) term in * the constraint. This is exactly the form we need for hanging node -- 2.39.5