Corrected typos in comments

Resolves bug-report https://bugs.openfoam.org/view.php?id=3017
This commit is contained in:
Henry Weller
2018-07-31 17:11:21 +01:00
parent 429c4188db
commit 8662f99ac1
58 changed files with 49 additions and 37888 deletions

View File

@ -120,7 +120,7 @@ label collapseEdge(triSurface& surf, const scalar minLen)
pointMap[v1] = v;
newPoints[v] = 0.5*(localPoints[v1] + localPoints[v]);
// Pout<< "Collapsing triange " << facei
// Pout<< "Collapsing triangle " << facei
// << " to edge mid " << newPoints[v] << endl;
nCollapsed++;