Corrected warning message
This commit is contained in:
parent
ea9cfb1213
commit
f219e26d11
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue