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

[test]

remove unsued typedefs

[[Imported from SVN: r458]]
parent 4b90326e
No related branches found
No related tags found
No related merge requests found
......@@ -154,8 +154,6 @@ void checkWeights(const QuadratureRule &quad)
template<class CF, int dim>
void check( const Dune::GeometryType::BasicType &btype, unsigned int maxOrder )
{
typedef Dune::GenericGeometry::GenericQuadratureFactory<dim,double> QuadratureProvider;
typedef typename QuadratureProvider::Object Quadrature;
Dune::GeometryType t(btype,dim);
for (unsigned int p=0; p<=maxOrder; ++p)
{
......
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