Corrected warning message
This commit is contained in:
@ -127,7 +127,7 @@ void Foam::cyclicACMIPolyPatch::setNeighbourFaceAreas() const
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
WarningIn("cyclicAMIPolyPatch::setNeighbourFaceAreas() const")
|
WarningIn("cyclicACMIPolyPatch::setNeighbourFaceAreas() const")
|
||||||
<< "Target mask size differs to that of the neighbour patch\n"
|
<< "Target mask size differs to that of the neighbour patch\n"
|
||||||
<< " May occur when decomposing." << endl;
|
<< " May occur when decomposing." << endl;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user