Skip to content
Snippets Groups Projects
Commit 5ff95575 authored by mattijs's avatar mattijs
Browse files

STYLE: meshToMeshAddressing: typo

parent 71637428
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | \\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
...@@ -202,7 +202,7 @@ void Foam::meshToMesh::calcAddressing() ...@@ -202,7 +202,7 @@ void Foam::meshToMesh::calcAddressing()
if (debug) if (debug)
{ {
Info<< "meshToMesh::calculateAddressing() : " Info<< "meshToMesh::calculateAddressing() : "
<< "finished calculating mesh-to-mesh acell ddressing" << endl; << "finished calculating mesh-to-mesh cell addressing" << endl;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment