Skip to content
Snippets Groups Projects
Commit e3420b8a authored by Andrew Heather's avatar Andrew Heather
Browse files

STYLE: Corrected typo

parent c4c57690
No related branches found
No related tags found
No related merge requests found
...@@ -205,7 +205,7 @@ bool Foam::meshToMeshMethod::initialise ...@@ -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;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment