mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
corrected debug message
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user