Changed sampled set tolerance. Inno Gatin

This commit is contained in:
Hrvoje Jasak 2018-12-04 11:18:29 +00:00
parent c76fd00001
commit 1a912d2914

View file

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