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 allBoundary.meshEdges
( (
mesh.edges(), mesh.edges(),
mesh.cellEdges(), mesh.pointEdges()
SubList<label>(mesh.faceOwner(), allBoundary.size(), nIntFaces)
) )
); );