Corrected comments: inbetween -> in between

This commit is contained in:
Henry Weller
2018-02-13 16:38:41 +00:00
parent f9617196ce
commit 0248dd81e3
53 changed files with 117 additions and 117 deletions

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -725,7 +725,7 @@ void Foam::meshDualiser::createFacesAroundBoundaryPoint
{
FatalErrorInFunction
<< "Different dual cells but no feature edge"
<< " inbetween point:" << pointi
<< " in between point:" << pointi
<< " coord:" << mesh_.points()[pointi]
<< abort(FatalError);
}
@ -1331,7 +1331,7 @@ void Foam::meshDualiser::setRefinement
// - single cells on either side: triangulate
// - multiple cells: create single face between unique cell pair. Only
// create face where cells differ on either side.
// - non-feature face : inbetween cell zones.
// - non-feature face : in between cell zones.
forAll(faceToDualPoint_, facei)
{
if (faceToDualPoint_[facei] != -1 && mesh_.isInternalFace(facei))