Skip to content
Snippets Groups Projects
Commit 1daa0f94 authored by Jö Fahlke's avatar Jö Fahlke
Browse files

Fix warnings in debian-9 clang build

Addresses: #3
parent 1d5df449
No related branches found
No related tags found
1 merge request!14Fix warnings in debian-9 clang build
Pipeline #19555 passed
......@@ -63,7 +63,7 @@ namespace PPS {
if (!isdirichlet) return;
// types & dimension
const int dim = Intersection::dimension;
const int dim = Intersection::Entity::dimension;
using RF = typename LocalBasis::Traits::RangeFieldType;
// select quadrature rule
......
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