Skip to content
Snippets Groups Projects
Commit 16fb52d4 authored by sergio's avatar sergio
Browse files

ENH: Reducing tolerance for the cellVolumeWeight search

parent 4fa890a2
Branches
Tags
No related merge requests found
......@@ -48,7 +48,7 @@ namespace cellCellStencils
}
Foam::scalar
Foam::cellCellStencils::cellVolumeWeight::defaultOverlapTolerance_ = 1e-3;
Foam::cellCellStencils::cellVolumeWeight::defaultOverlapTolerance_ = 1e-9;
// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment