mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
REVERT: surfaceFeatures: Undo marking of open or non-manifold edges as NONE
This commit is contained in:
@ -259,7 +259,7 @@ void Foam::surfaceFeatures::classifyFeatureAngles
|
|||||||
if (eFaces.size() != 2)
|
if (eFaces.size() != 2)
|
||||||
{
|
{
|
||||||
// Non-manifold. What to do here? Is region edge? external edge?
|
// Non-manifold. What to do here? Is region edge? external edge?
|
||||||
edgeStat[edgeI] = NONE;
|
edgeStat[edgeI] = REGION;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user