]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Work around a stupid bug in gcc3.3.1.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 12 Jun 2009 07:58:18 +0000 (07:58 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 12 Jun 2009 07:58:18 +0000 (07:58 +0000)
git-svn-id: https://svn.dealii.org/branches/releases/Branch-6-2@18931 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/fe/fe_system.h
deal.II/deal.II/source/fe/fe_system.cc

index 349c0ae07201506011eddb1011e4f5045e72ba2a..888a25e15a0730352327ba081f825885258ce7ac 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by the deal.II authors
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -685,7 +685,7 @@ class FESystem : public FiniteElement<dim,spacedim>
                       const unsigned int                                face_no,
                       const unsigned int                                sub_no,
                       const Quadrature<dim_1>                          &quadrature,
-                      enum CellSimilarity::Similarity                   cell_similarity,
+                      CellSimilarity::Similarity                   cell_similarity,
                       typename Mapping<dim,spacedim>::InternalDataBase &mapping_data,
                       typename Mapping<dim,spacedim>::InternalDataBase &fe_data,
                       FEValuesData<dim,spacedim>                       &data) const ;
index d6915d0cee20a3b3884780cfc8918edcb4586d84..97921a18b2833d7818ff0424468f6d54adeaef3d 100644 (file)
@@ -723,7 +723,7 @@ compute_fill (const Mapping<dim,spacedim>                      &mapping,
               const unsigned int                                face_no,
               const unsigned int                                sub_no,
               const Quadrature<dim_1>                          &quadrature,
-             enum CellSimilarity::Similarity                   cell_similarity,
+             CellSimilarity::Similarity                   cell_similarity,
               typename Mapping<dim,spacedim>::InternalDataBase &mapping_data,
               typename Mapping<dim,spacedim>::InternalDataBase &fedata,
               FEValuesData<dim,spacedim>                       &data) const

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.