Skip to content
Snippets Groups Projects
Commit fafdbf4c authored by Henry's avatar Henry
Browse files

mpi/UPstream:: Correct debug

Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1637
parent 9cd9a9f3
Branches
Tags
No related merge requests found
...@@ -281,7 +281,7 @@ void Foam::reduce ...@@ -281,7 +281,7 @@ void Foam::reduce
requestID = PstreamGlobals::outstandingRequests_.size(); requestID = PstreamGlobals::outstandingRequests_.size();
PstreamGlobals::outstandingRequests_.append(request); PstreamGlobals::outstandingRequests_.append(request);
if (debug) if (UPstream::debug)
{ {
Pout<< "UPstream::allocateRequest for non-blocking reduce" Pout<< "UPstream::allocateRequest for non-blocking reduce"
<< " : request:" << requestID << " : request:" << requestID
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment