corrected debug message

This commit is contained in:
mattijs
2009-11-18 11:40:09 +00:00
parent 01cc6c1f8c
commit d032faff68

View File

@ -177,7 +177,7 @@ void Foam::reduce(scalar& Value, const sumOp<scalar>& bop)
{ {
if (Pstream::debug) if (Pstream::debug)
{ {
Pout<< "UPstream::reduce : value:" << Value << endl; Pout<< "Foam::reduce : value:" << Value << endl;
} }
if (!UPstream::parRun()) if (!UPstream::parRun())
@ -452,7 +452,7 @@ void Foam::reduce(scalar& Value, const sumOp<scalar>& bop)
if (Pstream::debug) if (Pstream::debug)
{ {
Pout<< "UPstream::reduce : reduced value:" << Value << endl; Pout<< "Foam::reduce : reduced value:" << Value << endl;
} }
} }