Skip to content
Snippets Groups Projects
Commit 68f6ef11 authored by mattijs's avatar mattijs
Browse files

ENH: faceOnlySet: loosened tolerance. Fixes #1079.

parent 2f83cee0
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | \\ / O peration |
\\ / A nd | Copyright (C) 2011-2017 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2017 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation | Copyright (C) 2018 OpenCFD Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of OpenFOAM. This file is part of OpenFOAM.
...@@ -38,7 +38,7 @@ namespace Foam ...@@ -38,7 +38,7 @@ namespace Foam
addToRunTimeSelectionTable(sampledSet, faceOnlySet, word); addToRunTimeSelectionTable(sampledSet, faceOnlySet, word);
} }
const Foam::scalar Foam::faceOnlySet::tol = 1e-6; const Foam::scalar Foam::faceOnlySet::tol = ROOTSMALL;
// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * // // * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment