Skip to content
Snippets Groups Projects
Commit a25788bd authored by graham's avatar graham
Browse files

BUG: Tet quality tolerance too restrictive.

parent 9d6475c0
Branches
Tags
No related merge requests found
......@@ -27,7 +27,7 @@ License
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
const Foam::scalar Foam::polyMeshTetDecomposition::minTetQuality = 1e-9;
const Foam::scalar Foam::polyMeshTetDecomposition::minTetQuality = 1e-12;
// * * * * * * * * * * * * * Static 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