diff --git a/src/dynamicMesh/polyMeshAdder/faceCoupleInfo.C b/src/dynamicMesh/polyMeshAdder/faceCoupleInfo.C index 00aabb3bd6..27bea7ae47 100644 --- a/src/dynamicMesh/polyMeshAdder/faceCoupleInfo.C +++ b/src/dynamicMesh/polyMeshAdder/faceCoupleInfo.C @@ -1784,7 +1784,7 @@ void Foam::faceCoupleInfo::subDivisionMatch << " points:" << masterPoints[masterEdge[0]] << ' ' << masterPoints[masterEdge[1]] << " corresponding cut edge: (" << cutPoint0 - << ' ' << cutPoint1 + << ") " << cutPoint1 << abort(FatalError); }