mpi/UPstream:: Correct debug

Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1637
This commit is contained in:
Henry
2015-03-26 17:21:12 +00:00
parent 9cd9a9f364
commit fafdbf4c57

View File

@ -281,7 +281,7 @@ void Foam::reduce
requestID = PstreamGlobals::outstandingRequests_.size();
PstreamGlobals::outstandingRequests_.append(request);
if (debug)
if (UPstream::debug)
{
Pout<< "UPstream::allocateRequest for non-blocking reduce"
<< " : request:" << requestID