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

ENH: faceOnlySet: loosened tolerance. Fixes #1079.

parent 04e95b93
Branches
Tags
No related merge requests found
......@@ -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 * * * * * * * * * * * //
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment