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

[view.subdomain.view] silence warning

parent e38b6239
No related branches found
No related tags found
No related merge requests found
...@@ -184,7 +184,7 @@ public: ...@@ -184,7 +184,7 @@ public:
*globalGridView_, indexContainer_, true); *globalGridView_, indexContainer_, true);
} }
int boundaryId(const Intersection& intersection) const int boundaryId(const Intersection& /*intersection*/) const
{ {
DUNE_THROW(Dune::NotImplemented, "Call intersection.boundaryId() instead!"); DUNE_THROW(Dune::NotImplemented, "Call intersection.boundaryId() instead!");
return -1; return -1;
......
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