]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Avoid a problem with doxygen not finding the matching declaration of a function.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 5 Feb 2009 22:49:45 +0000 (22:49 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 5 Feb 2009 22:49:45 +0000 (22:49 +0000)
git-svn-id: https://svn.dealii.org/trunk@18337 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 7b1dc1762136b01874eee1d4e6aca3018c8a955a..3edc00adcbd019cb9fad2feb9d17bab2c7fa026d 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors
+//    Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -772,7 +772,7 @@ FiniteElementData<dim>::tensor_degree () const
 template <int dim>
 inline
 bool
-FiniteElementData<dim>::conforms (Conformity space) const
+FiniteElementData<dim>::conforms (const Conformity space) const
 {
   return ((space & conforming_space) == space);
 }

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.