Corrected warning message

This commit is contained in:
Henry 2015-02-25 23:29:56 +00:00
parent ea9cfb1213
commit f219e26d11

View file

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