mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Corrected warning message
This commit is contained in:
@ -127,7 +127,7 @@ void Foam::cyclicACMIPolyPatch::setNeighbourFaceAreas() const
|
||||
}
|
||||
else
|
||||
{
|
||||
WarningIn("cyclicAMIPolyPatch::setNeighbourFaceAreas() const")
|
||||
WarningIn("cyclicACMIPolyPatch::setNeighbourFaceAreas() const")
|
||||
<< "Target mask size differs to that of the neighbour patch\n"
|
||||
<< " May occur when decomposing." << endl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user