Skip to content
Snippets Groups Projects
Commit 38f444d1 authored by Peter Bastian's avatar Peter Bastian
Browse files

NewGeometryType -> GeometryType

[[Imported from SVN: r4159]]
parent d57dd325
Branches
Tags
No related merge requests found
......@@ -134,7 +134,7 @@ namespace Dune
template<int dim>
struct P1Layout
{
bool contains (int codim, Dune::NewGeometryType gt)
bool contains (int codim, Dune::GeometryType gt)
{
if (codim==dim) return true;
return false;
......@@ -367,8 +367,8 @@ namespace Dune
vtkPyramid = 14
};
//! mapping from NewGeometryType to VTKGeometryType
VTKGeometryType vtkType(const Dune::NewGeometryType & t) const
//! mapping from GeometryType to VTKGeometryType
VTKGeometryType vtkType(const Dune::GeometryType & t) const
{
if (t.isLine())
return vtkLine;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment