Skip to content
Snippets Groups Projects
Commit e4634b6e authored by Christian Engwer's avatar Christian Engwer
Browse files

explicit braces to avoid ambiguous 'else'

[[Imported from SVN: r925]]
parent 577eb247
No related branches found
No related tags found
No related merge requests found
......@@ -661,11 +661,13 @@ namespace Dune
DUNE_THROW(NotImplemented, "Accumulation to fewer processes not yet implemented!");
else{
if(MINIMAL_DEBUG_LEVEL>=INFO_DEBUG_LEVEL && rank==0)
{
if(noAggregates)
dinfo << "Stopped coarsening because of rate breakdown "<<unknowns/noAggregates<<"<"
<<criterion.minCoarsenRate()<<std::endl;
else
dinfo << "Could not build any aggregates. Probably no connected nodes."<<std::endl;
}
delete aggregatesMap;
break;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment