Skip to content
Snippets Groups Projects
Commit 0c6eb172 authored by Jonathan Youett's avatar Jonathan Youett
Browse files

Don't use deprecated way of constructing GeometryType

parent d5c0792f
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ struct TestSuite { ...@@ -39,7 +39,7 @@ struct TestSuite {
toa.assembleMatrixHierarchy(hierarchy); toa.assembleMatrixHierarchy(hierarchy);
constexpr size_t dim = Grid::dimension; constexpr size_t dim = Grid::dimension;
GeometryType simplex(GeometryType::simplex, dim); GeometryType simplex(GeometryTypes::simplex(dim));
auto& r = buildRefinement<dim, double>(simplex, simplex); auto& r = buildRefinement<dim, double>(simplex, simplex);
for (size_t i = 0; i < level; ++i) { for (size_t i = 0; i < level; ++i) {
const auto& m = hierarchy[i]; const auto& m = hierarchy[i];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment