Skip to content
Snippets Groups Projects
Commit 0a5c98f6 authored by Oliver Sander's avatar Oliver Sander Committed by sander
Browse files

Don't use deprecated GenericReferenceElement

[[Imported from SVN: r9573]]
parent 49487c44
No related branches found
No related tags found
No related merge requests found
......@@ -274,7 +274,7 @@ void test(const GeometryType& element)
ValueFactory<TargetSpace>::get(testPoints);
int nTestPoints = testPoints.size();
size_t nVertices = Dune::GenericReferenceElements<double,domainDim>::general(element).size(domainDim);
size_t nVertices = Dune::ReferenceElements<double,domainDim>::general(element).size(domainDim);
// Set up elements of the target space
std::vector<TargetSpace> corners(nVertices);
......
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