mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: some general spelling fixes
This commit is contained in:
@ -1898,13 +1898,13 @@ bool Foam::polyMeshGeometry::checkFaceFlatness
|
||||
if (nWarped> 0)
|
||||
{
|
||||
Info<< "There are " << nWarped
|
||||
<< " faces with area of invidual triangles"
|
||||
<< " faces with area of individual triangles"
|
||||
<< " compared to overall area less than "
|
||||
<< minFlatness << nl << endl;
|
||||
}
|
||||
else
|
||||
{
|
||||
Info<< "All faces are flat in that the area of invidual triangles"
|
||||
Info<< "All faces are flat in that the area of individual triangles"
|
||||
<< " compared to overall area is less than "
|
||||
<< minFlatness << nl << endl;
|
||||
}
|
||||
@ -1916,7 +1916,7 @@ bool Foam::polyMeshGeometry::checkFaceFlatness
|
||||
{
|
||||
WarningInFunction
|
||||
<< nWarped << " non-flat faces "
|
||||
<< "(area of invidual triangles"
|
||||
<< "(area of individual triangles"
|
||||
<< " compared to overall area"
|
||||
<< " < " << minFlatness << ") found.\n"
|
||||
<< endl;
|
||||
|
||||
Reference in New Issue
Block a user