better meshEdges call

This commit is contained in:
mattijs
2008-09-12 14:43:38 +01:00
parent b1ddfaddd4
commit 733f662bed

View File

@ -746,8 +746,7 @@ void Foam::polyDualMesh::calcDual
allBoundary.meshEdges
(
mesh.edges(),
mesh.cellEdges(),
SubList<label>(mesh.faceOwner(), allBoundary.size(), nIntFaces)
mesh.pointEdges()
)
);