Corrected warning message

This commit is contained in:
Henry 2015-02-25 23:29:33 +00:00
parent f8ca4fefd3
commit 9c60a480eb

View File

@ -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;
}