Changed sampled set tolerance. Inno Gatin
This commit is contained in:
parent
c76fd00001
commit
1a912d2914
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Reference in a new issue