From: bangerth Date: Sat, 22 Jul 2006 12:56:47 +0000 (+0000) Subject: Fix order of tags X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aeaa68cd93185d5e7954ea7cab47b05e7f9cca43;p=dealii-svn.git Fix order of tags git-svn-id: https://svn.dealii.org/trunk@13413 0785d39b-7218-0410-832d-ea1e28bc413d --- 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