Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
f2d73526
Commit
f2d73526
authored
Feb 11, 2019
by
mattijs
Committed by
Andrew Heather
Feb 11, 2019
Browse files
COMP: polyMeshTetDecomposition: vGreat vs VGREAT
parent
12d9a159
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/meshes/polyMesh/polyMeshTetDecomposition/polyMeshTetDecomposition.C
View file @
f2d73526
...
...
@@ -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
++
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment