mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
better meshEdges call
This commit is contained in:
@ -746,8 +746,7 @@ void Foam::polyDualMesh::calcDual
|
|||||||
allBoundary.meshEdges
|
allBoundary.meshEdges
|
||||||
(
|
(
|
||||||
mesh.edges(),
|
mesh.edges(),
|
||||||
mesh.cellEdges(),
|
mesh.pointEdges()
|
||||||
SubList<label>(mesh.faceOwner(), allBoundary.size(), nIntFaces)
|
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user