Skip to content
Snippets Groups Projects
Commit 1dc39dab authored by Rebecca Neumann's avatar Rebecca Neumann
Browse files

check verbosity level before printing output

[[Imported from SVN: r1473]]
parent 03e32701
No related branches found
No related tags found
No related merge requests found
...@@ -815,7 +815,7 @@ namespace Dune ...@@ -815,7 +815,7 @@ namespace Dune
} }
} }
#endif #endif
if(info->communicator().rank()==0) if(criterion.debugLevel()>1 && info->communicator().rank()==0)
std::cout<<"aggregating finished."<<std::endl; std::cout<<"aggregating finished."<<std::endl;
BIGINT gnoAggregates=noAggregates; BIGINT gnoAggregates=noAggregates;
......
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