sampledSet: Relax hit tolerance to handle warped faces
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user