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 branches found
No related tags found
No related merge requests found
...@@ -316,7 +316,7 @@ bool Foam::checkCoupledPoints ...@@ -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: ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment