Skip to content
Snippets Groups Projects
Commit f5717989 authored by Andreas Dedner's avatar Andreas Dedner
Browse files

cut and paste error (using Lobatto instead of Legendre)

parent ed3f3b14
No related branches found
No related tags found
1 merge request!15Exchange troubled cell
......@@ -66,7 +66,7 @@ namespace Dune
template< class FunctionSpace, class GridPart, unsigned int order >
struct DefaultQuadratureSpec< FixedOrderLagrangeFiniteElementMap< FunctionSpace, GridPart, order, Dune::GaussLegendrePointSet > >
: public DefaultQuadratureGaussLobatto
: public DefaultQuadratureGaussLegendre
{
};
......
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