From aeaa68cd93185d5e7954ea7cab47b05e7f9cca43 Mon Sep 17 00:00:00 2001 From: bangerth Date: Sat, 22 Jul 2006 12:56:47 +0000 Subject: [PATCH] Fix order of tags git-svn-id: https://svn.dealii.org/trunk@13413 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/deal.II/deal.II/include/fe/fe.h b/deal.II/deal.II/include/fe/fe.h index e29a1e92a8..e5a792a703 100644 --- a/deal.II/deal.II/include/fe/fe.h +++ b/deal.II/deal.II/include/fe/fe.h @@ -1955,12 +1955,12 @@ class FiniteElement : public Subscriptor, * c, the entries have * the following meaning: *
- *
table[c].first.first
- *
Number of the base element for c. - *
table[c].first.second
- *
Component in the base element for c. - *
table[c].second
- *
Multiple of the base element for c. + *
table[c].first.first
+ *
Number of the base element for c.
+ *
table[c].first.second
+ *
Component in the base element for c.
+ *
table[c].second
+ *
Multiple of the base element for c.
*
* * This variable is set to the -- 2.39.5