Skip to content
Snippets Groups Projects
Commit 543799e2 authored by Christian Engwer's avatar Christian Engwer
Browse files

[test]

remove obsolete release call

[[Imported from SVN: r451]]
parent 0ad1a4e4
No related branches found
No related tags found
No related merge requests found
......@@ -158,7 +158,6 @@ void check( const Dune::GeometryType::BasicType &btype, unsigned int maxOrder )
const Quadrature &quad = *QuadratureProvider::create(Dune::GeometryType(btype,dim),p);
checkWeights(quad);
checkQuadrature(quad);
QuadratureProvider::release(&quad);
}
if (dim>0 && (dim>3 ||
btype==Dune::GeometryType::cube ||
......
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