From 1b5ee270800ca362fbd92e9d4cf42016a72a8176 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 12 Apr 1999 20:03:21 +0000 Subject: [PATCH] Fix error in doc which might easily lead to confusion. git-svn-id: https://svn.dealii.org/trunk@1128 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/fe/fe.h b/deal.II/deal.II/include/fe/fe.h index 9618d17e76..d1ca645d36 100644 --- a/deal.II/deal.II/include/fe/fe.h +++ b/deal.II/deal.II/include/fe/fe.h @@ -497,7 +497,7 @@ class FiniteElementBase : * is needed in case two quads meet at a common line of which one is refined * once more than the other one. Then there are constraints referring to the * hanging nodes on that side of the line which is refined. These constraints - * are represented by a $n\times m$-matrix #interface_constraints#, where $n$ is the + * are represented by a $m\times n$-matrix #interface_constraints#, where $n$ is the * number of degrees of freedom on the refined side (those dofs on the middle * vertex plus those on the two lines), and $m$ is that of the unrefined side * (those dofs on the two vertices plus those on the line). The matrix is thus -- 2.39.5