COMP: coupledPolyPatch: screwed up merge.

This commit is contained in:
mattijs
2011-08-30 11:58:23 +01:00
parent 8203027865
commit 2d192faa50
2 changed files with 1 additions and 2 deletions

View File

@ -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()

View File

@ -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