Skip to content
Snippets Groups Projects
Commit c2651932 authored by Tobias Leibner's avatar Tobias Leibner
Browse files

[playground.spaces.dg.pdelab] remove static_assert, refs #25

parent 175d85c3
No related branches found
No related tags found
No related merge requests found
......@@ -52,8 +52,6 @@ public:
typedef PdelabBased<GridViewImp, polynomialOrder, RangeFieldImp, rangeDim, rangeDimCols> derived_type;
typedef GridViewImp GridViewType;
static const int polOrder = polynomialOrder;
// using this space for the QuadraticSpaces in test/products_l2weighted.cc results in a test failure
static_assert(polOrder == 1, "This space is known to fail for higher polynomial orders!");
private:
typedef typename GridViewType::ctype DomainFieldType;
......
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