Skip to content
Snippets Groups Projects
Commit f2d73526 authored by mattijs's avatar mattijs Committed by Andrew Heather
Browse files

COMP: polyMeshTetDecomposition: vGreat vs VGREAT

parent 12d9a159
No related merge requests found
......@@ -53,7 +53,7 @@ Foam::scalar Foam::polyMeshTetDecomposition::minQuality
const face& f = mesh.faces()[fI];
const point& tetBasePt = pPts[f[faceBasePtI]];
scalar thisBaseMinTetQuality = vGreat;
scalar thisBaseMinTetQuality = VGREAT;
for (label tetPtI = 1; tetPtI < f.size() - 1; tetPtI++)
{
......
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