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

NewGeometryType --> GeometryType

[[Imported from SVN: r4148]]
parent 349961fc
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ namespace Dune
void assemble (const Entity& e, int k=1)
{
// extract some important parameters
NewGeometryType gt = e.geometry().type();
GeometryType gt = e.geometry().type();
const typename LagrangeShapeFunctionSetContainer<DT,RT,dim>::value_type& sfs
= LagrangeShapeFunctions<DT,RT,dim>::general(gt,k);
......
......@@ -211,7 +211,7 @@ namespace Dune
//! return type of element where this QuadraturePointShapeFunctionSet
//! is for
NewGeometryType type () const
GeometryType type () const
{
return fset.type();
};
......@@ -292,7 +292,7 @@ namespace Dune
}
//! return type of element
NewGeometryType type () const
GeometryType type () const
{
return qr.type();
}
......
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