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
cff8f87f
Commit
cff8f87f
authored
Dec 21, 2010
by
mattijs
Browse files
ENH: tetrahedronI: comment out warning - too noisy when snappyHexMeshing
parent
9e069522
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/meshes/primitiveShapes/tetrahedron/tetrahedronI.H
View file @
cff8f87f
...
...
@@ -186,10 +186,10 @@ inline scalar tetrahedron<Point, PointRef>::circumRadius() const
if
(
Foam
::
mag
(
denom
)
<
ROOTVSMALL
)
{
WarningIn
(
"Point tetrahedron<Point, PointRef>::circumCentre() const"
)
<<
"Degenerate tetrahedron:"
<<
nl
<<
*
this
<<
nl
<<
"Returning GREAT for circumRadius."
<<
endl
;
//
WarningIn("Point tetrahedron<Point, PointRef>::circumCentre() const")
//
<< "Degenerate tetrahedron:" << nl << *this << nl
//
<< "Returning GREAT for circumRadius."
//
<< endl;
return
GREAT
;
}
...
...
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