From 410e80c3b49dd105380813f1279369692e4eb3b9 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@dune-project.org> Date: Tue, 21 Feb 2006 17:31:12 +0000 Subject: [PATCH] NewGeometryType --> GeometryType [[Imported from SVN: r4148]] --- disc/miscoperators/massmatrix.hh | 2 +- disc/shapefunctions/quadpointshapefunctions.hh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/disc/miscoperators/massmatrix.hh b/disc/miscoperators/massmatrix.hh index 9d79fa9b8..f5fe5c540 100644 --- a/disc/miscoperators/massmatrix.hh +++ b/disc/miscoperators/massmatrix.hh @@ -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); diff --git a/disc/shapefunctions/quadpointshapefunctions.hh b/disc/shapefunctions/quadpointshapefunctions.hh index f7738737b..c5962961e 100644 --- a/disc/shapefunctions/quadpointshapefunctions.hh +++ b/disc/shapefunctions/quadpointshapefunctions.hh @@ -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(); } -- GitLab