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
|
||||
(
|
||||
mesh.edges(),
|
||||
mesh.cellEdges(),
|
||||
SubList<label>(mesh.faceOwner(), allBoundary.size(), nIntFaces)
|
||||
mesh.pointEdges()
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user