Skip to content
Snippets Groups Projects
Commit 9159ddee authored by Tobias Leibner's avatar Tobias Leibner Committed by René Fritze
Browse files

[grid.periodicview] fix compile error if ALUGrid returns an EntityPointer

parent ba6800bc
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ public:
if (periodic_)
return outside_;
else
return BaseType::outside();
return EntityType(BaseType::outside());
} // ... outside() const
LocalGeometry geometryInOutside() const
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment