]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Use new-style using declaration and document the reason.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 20 Aug 2011 23:02:27 +0000 (23:02 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 20 Aug 2011 23:02:27 +0000 (23:02 +0000)
git-svn-id: https://svn.dealii.org/trunk@24120 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/fe/fe.h

index 747bdccdd71e8a05e83957303d11fe671f2be6af..8410801371f01635ebd9c4c0599f6a8304c3ee8b 100644 (file)
@@ -1397,7 +1397,12 @@ class FiniteElement : public Subscriptor,
     bool
     is_primitive (const unsigned int i) const;
 
-    FiniteElementData<dim>::is_primitive;
+                                     /**
+                                     * Import function that is overloaded
+                                     * by the one above and would otherwise
+                                     * be hidden.
+                                     */
+    using FiniteElementData<dim>::is_primitive;
 
                                     /**
                                      * Number of base elements in a

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.