mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: use triSurface::FaceType where triangle or region information
not required
This commit is contained in:
@ -90,9 +90,7 @@ Foam::label Foam::surfaceIntersection::getEdge
|
||||
const label fp
|
||||
)
|
||||
{
|
||||
const labelledTri& f = surf.localFaces()[faceI];
|
||||
|
||||
edge faceEdge(f[fp], f[(fp+1) % 3]);
|
||||
const edge faceEdge = surf.localFaces()[faceI].faceEdge(fp);
|
||||
|
||||
const labelList& eLabels = surf.faceEdges()[faceI];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user