From fff31a54567a579b575c0a8d4d61a17abab10a85 Mon Sep 17 00:00:00 2001 From: Andreas Dedner <dedner@dune-project.org> Date: Mon, 29 Nov 2010 23:33:34 +0000 Subject: [PATCH] let us deprecated this when it is really not used anymore [[Imported from SVN: r6279]] --- dune/common/geometrytype.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dune/common/geometrytype.hh b/dune/common/geometrytype.hh index 989a01874..b59620390 100644 --- a/dune/common/geometrytype.hh +++ b/dune/common/geometrytype.hh @@ -245,7 +245,7 @@ namespace Dune { } /** \brief Return the basic type of the type */ - BasicType basicType() const DUNE_DEPRECATED { + BasicType basicType() const { if (isSimplex()) return GeometryType::simplex; if (isCube()) -- GitLab