Skip to content
Snippets Groups Projects
Commit 8473c4b2 authored by laurence's avatar laurence
Browse files

BUG: extendedFeatureEdgeMesh: Incorrect return type

parent a6c7389f
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ void Foam::extendedFeatureEdgeMesh::sortPointsAndEdges
const edgeList& sFeatEds(surf.edges());
const labelListList edgeFaces = PatchTools::sortedEdgeFaces(surf);
const vectorField& faceNormals = surf.faceNormals();
const labelListList& pointEdges = PatchTools::sortedPointEdges(surf);
const labelListList pointEdges = PatchTools::sortedPointEdges(surf);
// Extract and reorder the data from surfaceFeatures
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment