mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: coupledPolyPatch: screwed up merge.
This commit is contained in:
@ -316,7 +316,7 @@ bool Foam::checkCoupledPoints
|
|||||||
(
|
(
|
||||||
cpp.calcFaceTol
|
cpp.calcFaceTol
|
||||||
(
|
(
|
||||||
cpp.matchTolerance(),
|
//cpp.matchTolerance(),
|
||||||
cpp,
|
cpp,
|
||||||
cpp.points(),
|
cpp.points(),
|
||||||
cpp.faceCentres()
|
cpp.faceCentres()
|
||||||
|
|||||||
@ -327,7 +327,6 @@ public:
|
|||||||
// from face centre to any of the face vertices.
|
// from face centre to any of the face vertices.
|
||||||
static scalarField calcFaceTol
|
static scalarField calcFaceTol
|
||||||
(
|
(
|
||||||
const scalar matchTol,
|
|
||||||
const UList<face>& faces,
|
const UList<face>& faces,
|
||||||
const pointField& points,
|
const pointField& points,
|
||||||
const pointField& faceCentres
|
const pointField& faceCentres
|
||||||
|
|||||||
Reference in New Issue
Block a user