]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove qualifier since it is ignored anyway.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 23 Mar 2009 16:39:45 +0000 (16:39 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 23 Mar 2009 16:39:45 +0000 (16:39 +0000)
git-svn-id: https://svn.dealii.org/trunk@18499 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 73ee333fcf24c6ee7892860437a383d2c8b342a3..15f181af60eef0edc0b4a325acfaf051cba08232 100644 (file)
@@ -2261,7 +2261,7 @@ class FEValuesBase : protected FEValuesData<dim,spacedim>,
                                      * result is
                                      * <tt>CellSimilarity::translation</tt>.
                                      */
-    const enum CellSimilarity::Similarity get_cell_similarity () const;
+    CellSimilarity::Similarity get_cell_similarity () const;
 
                                     /**
                                      * Determine an estimate for the
@@ -2622,7 +2622,7 @@ class FEValuesBase : protected FEValuesData<dim,spacedim>,
                                      * in one of the methods used during
                                      * reinit.
                                      */
-    enum CellSimilarity::Similarity cell_similarity;
+    CellSimilarity::Similarity cell_similarity;
 
                                     /**
                                      * A function that checks whether the

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.