mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Fix merge issues
This commit is contained in:
@ -571,7 +571,6 @@ void Foam::conformalVoronoiMesh::createExternalEdgePointGroup
|
||||
Pstream::myProcNo()
|
||||
)
|
||||
);
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
@ -706,7 +705,6 @@ void Foam::conformalVoronoiMesh::createInternalEdgePointGroup
|
||||
Pstream::myProcNo()
|
||||
)
|
||||
);
|
||||
);
|
||||
|
||||
if (nAddPoints == 1)
|
||||
{
|
||||
@ -848,7 +846,6 @@ void Foam::conformalVoronoiMesh::createMultipleEdgePointGroup
|
||||
const labelList& edNormalIs = feMesh.edgeNormals()[edHit.index()];
|
||||
|
||||
Info<< edNormalIs.size() << endl;
|
||||
Info<< feMesh.edgeBaffles(edHit.index()) << endl;
|
||||
|
||||
// As this is a flat edge, there are two normals by definition
|
||||
const vector& nA = feNormals[edNormalIs[0]];
|
||||
|
||||
@ -430,7 +430,6 @@ inline void Foam::conformalVoronoiMesh::createBafflePointPair
|
||||
Pstream::myProcNo()
|
||||
)
|
||||
);
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -644,7 +644,6 @@ Foam::autoPtr<Foam::fvMesh> Foam::conformalVoronoiMesh::createDummyMesh
|
||||
0, //patchStarts[p],
|
||||
patchI,
|
||||
mesh.boundaryMesh(),
|
||||
mesh.comm(),
|
||||
readLabel(patchDicts[patchI].lookup("myProcNo")),
|
||||
readLabel(patchDicts[patchI].lookup("neighbProcNo")),
|
||||
coupledPolyPatch::COINCIDENTFULLMATCH
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
export WM_PROJECT=OpenFOAM
|
||||
export WM_PROJECT_VERSION=dev
|
||||
export WM_PROJECT_VERSION=dev-cvMesh-foghorn
|
||||
|
||||
################################################################################
|
||||
# USER EDITABLE PART: Changes made here may be lost with the next upgrade
|
||||
|
||||
Reference in New Issue
Block a user