From 5ee92426f059e43019a144aae25a9b556d30ac77 Mon Sep 17 00:00:00 2001 From: Rebecca Neumann <rebecca@dune-project.org> Date: Wed, 11 May 2011 11:53:24 +0000 Subject: [PATCH] do not always print output [[Imported from SVN: r6439]] --- dune/common/parallel/remoteindices.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dune/common/parallel/remoteindices.hh b/dune/common/parallel/remoteindices.hh index 9930fccf6..b055c80d5 100644 --- a/dune/common/parallel/remoteindices.hh +++ b/dune/common/parallel/remoteindices.hh @@ -1221,8 +1221,8 @@ namespace Dune { if(neighbourIds.size()==0) { - std::cout<<rank<<": Sending messages in a ring"<<std::endl; - // send mesages in ring + Dune::dvverb<<rank<<": Sending messages in a ring"<<std::endl; + // send messages in ring for(int proc=1; proc<procs; proc++) { // pointers to the current input and output buffers char* p_out = buffer[1-(proc%2)]; -- GitLab