Skip to content
Snippets Groups Projects
Commit b4a59035 authored by Markus Blatt's avatar Markus Blatt
Browse files

added missing return.

[[Imported from SVN: r829]]
parent 0fb1b6f7
No related branches found
No related tags found
No related merge requests found
......@@ -495,6 +495,7 @@ namespace Dune
{
subdomain=aggregate_;
max = std::max(subdomain, aggregate_);
return subdomain;
}
int noSubdomains() const
{
......
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