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

Removed variables for debugging.

[[Imported from SVN: r200]]
parent aee33b8f
No related branches found
No related tags found
No related merge requests found
......@@ -1307,9 +1307,6 @@ namespace Dune
for(const_iterator info = messageInformation_.begin(); info != end; ++info, ++i) {
processMap[i]=info->first;
if(FORWARD) {
int proc = info->first;
int start = info->second.second.start_;
int size = info->second.second.size_;
assert(info->second.second.start_*sizeof(typename CommPolicy<Data>::IndexedType)+info->second.second.size_ <= recvBufferSize );
MPI_Irecv(recvBuffer+info->second.second.start_, info->second.second.size_,
MPI_BYTE, info->first, commTag_, interface_->communicator(),
......
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