Corrected warning message

This commit is contained in:
Henry
2015-02-25 23:29:33 +00:00
parent 9054c7e78c
commit c9de6d8ca5

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