Skip to content
Snippets Groups Projects
Commit a5a9694f authored by Sreejith Pulloor Kuttanikkad's avatar Sreejith Pulloor Kuttanikkad
Browse files

NewGeometryType to GeometryType

[[Imported from SVN: r4120]]
parent 29e511da
No related branches found
No related tags found
No related merge requests found
......@@ -294,7 +294,7 @@ namespace Dune
}
//! \copydoc ShapeFunctionSet::type
virtual NewGeometryType type () const
virtual GeometryType type () const
{
//! throw an exception... we dont' have a special geometry
#warning what to do here?
......@@ -393,8 +393,8 @@ namespace Dune
}
}
/** \copydoc ShapeFunctionSetContainer::operator()(NewGeometryType type, int order) */
virtual const ShapeFunctionSet& operator() (NewGeometryType type, int order) const
/** \copydoc ShapeFunctionSetContainer::operator()(GeometryType type, int order) */
virtual const ShapeFunctionSet& operator() (GeometryType type, int order) const
{
assert(order <= maxOrder);
return *shapeFunctionSets[order];
......
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