STYLE: Corrected typo

This commit is contained in:
Andrew Heather
2016-11-03 12:12:27 +00:00
parent c4c57690c6
commit e3420b8a27

View File

@ -205,7 +205,7 @@ bool Foam::meshToMeshMethod::initialise
{ {
if (debug) if (debug)
{ {
Pout<< "mesh interpolation: hhave " << src_.nCells() << " source " Pout<< "mesh interpolation: have " << src_.nCells() << " source "
<< " cells but no target cells" << endl; << " cells but no target cells" << endl;
} }