Skip to content
Snippets Groups Projects
Commit 01184dfb authored by henry's avatar henry
Browse files

Minor typo correction.

parent ac37ed45
No related merge requests found
...@@ -790,7 +790,7 @@ bool Foam::primitiveMesh::checkPoints ...@@ -790,7 +790,7 @@ bool Foam::primitiveMesh::checkPoints
{ {
if (debug || report) if (debug || report)
{ {
Info<< " ***Unsed points found in the mesh, " Info<< " ***Unused points found in the mesh, "
"number unused by faces: " << nFaceErrors "number unused by faces: " << nFaceErrors
<< " number unused by cells: " << nCellErrors << " number unused by cells: " << nCellErrors
<< endl; << endl;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment