sampledSet: Relax hit tolerance to handle warped faces

This commit is contained in:
Henry Weller
2016-01-23 15:16:51 +00:00
parent 70b74c9371
commit 559e787dec

View File

@ -34,7 +34,7 @@ License
namespace Foam
{
const scalar sampledSet::tol = 1e-6;
const scalar sampledSet::tol = 1e-3;
defineTypeNameAndDebug(sampledSet, 0);
defineRunTimeSelectionTable(sampledSet, word);