From 672d3058ea9a462b7fb237da367dd53ade8aa4e2 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Fri, 19 Jan 2018 20:16:36 +0000 Subject: [PATCH] surfaceFeatureExtract: Changed the internalAngleTolerance to 80deg --- .../surfaceFeatureExtract/surfaceFeatureExtractUtilities.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtractUtilities.C b/applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtractUtilities.C index e8660af3d..4d00a557f 100644 --- a/applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtractUtilities.C +++ b/applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtractUtilities.C @@ -43,7 +43,7 @@ Description // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -const Foam::scalar Foam::internalAngleTolerance(45); +const Foam::scalar Foam::internalAngleTolerance(80); const Foam::scalar Foam::internalToleranceCosAngle ( cos(degToRad(180 - internalAngleTolerance))