From 631b9cfc2879fdbb3c5111f81ed9b5df0b3d5d0b Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 5 Feb 2009 22:49:45 +0000 Subject: [PATCH] Avoid a problem with doxygen not finding the matching declaration of a function. git-svn-id: https://svn.dealii.org/trunk@18337 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_base.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/deal.II/include/fe/fe_base.h b/deal.II/deal.II/include/fe/fe_base.h index 7b1dc17621..3edc00adcb 100644 --- a/deal.II/deal.II/include/fe/fe_base.h +++ b/deal.II/deal.II/include/fe/fe_base.h @@ -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::tensor_degree () const template inline bool -FiniteElementData::conforms (Conformity space) const +FiniteElementData::conforms (const Conformity space) const { return ((space & conforming_space) == space); } -- 2.39.5