Skip to content
Snippets Groups Projects
Commit 2d192faa authored by mattijs's avatar mattijs
Browse files

COMP: coupledPolyPatch: screwed up merge.

parent 82030278
No related merge requests found
......@@ -316,7 +316,7 @@ bool Foam::checkCoupledPoints
(
cpp.calcFaceTol
(
cpp.matchTolerance(),
//cpp.matchTolerance(),
cpp,
cpp.points(),
cpp.faceCentres()
......
......@@ -327,7 +327,6 @@ public:
// from face centre to any of the face vertices.
static scalarField calcFaceTol
(
const scalar matchTol,
const UList<face>& faces,
const pointField& points,
const pointField& faceCentres
......
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