ENH: faceOnlySet: loosened tolerance. Fixes #1079.

This commit is contained in:
mattijs
2018-11-19 15:58:09 +00:00
parent 04e95b93ec
commit b9b8c523f2

View File

@ -3,7 +3,7 @@
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2017 OpenFOAM Foundation
\\/ M anipulation |
\\/ M anipulation | Copyright (C) 2018 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -38,7 +38,7 @@ namespace Foam
addToRunTimeSelectionTable(sampledSet, faceOnlySet, word);
}
const Foam::scalar Foam::faceOnlySet::tol = 1e-6;
const Foam::scalar Foam::faceOnlySet::tol = ROOTSMALL;
// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //