Skip to content
Snippets Groups Projects
Commit 126493a7 authored by Oliver Sander's avatar Oliver Sander
Browse files

i[documentation] Add deprecation to Doxygen comment in dune/common/geometrytype.hh.

[[Imported from SVN: r6711]]
parent 49f302f8
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,9 @@
/** \file
\brief A unique label for each type of element that can occur in a grid
\deprecated This header has been moved to \<dune/geometry/type.hh\>,
you may need the new Dune-Geometry core module.
*/
#include <dune/common/exceptions.hh>
......@@ -27,6 +30,9 @@ namespace Dune {
This class has to be extended if a grid implementation with new entity types
is added to DUNE.
\deprecated The location of this class has been moved to \<dune/geometry/type.hh\>,
you may need the new Dune-Geometry core module.
\ingroup COGeometryType
*/
class GeometryType
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment