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

Use auto instead of lengthy type

parent 581c371d
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ public:
localVector = 0.0;
// geometry of the boundary face
const typename BoundaryIterator::Intersection::Geometry segmentGeometry = it->geometry();
const auto segmentGeometry = it->geometry();
// get quadrature rule
const int order = inside.type().isSimplex()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment