REVERT: surfaceFeatures: Undo marking of open or non-manifold edges as NONE

This commit is contained in:
laurence
2013-07-16 08:55:43 +01:00
parent 4b750266d3
commit 57c46a6fce

View File

@ -259,7 +259,7 @@ void Foam::surfaceFeatures::classifyFeatureAngles
if (eFaces.size() != 2)
{
// Non-manifold. What to do here? Is region edge? external edge?
edgeStat[edgeI] = NONE;
edgeStat[edgeI] = REGION;
}
else
{