mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: tetrahedronI: comment out warning - too noisy when snappyHexMeshing
This commit is contained in:
@ -186,10 +186,10 @@ inline scalar tetrahedron<Point, PointRef>::circumRadius() const
|
|||||||
|
|
||||||
if (Foam::mag(denom) < ROOTVSMALL)
|
if (Foam::mag(denom) < ROOTVSMALL)
|
||||||
{
|
{
|
||||||
WarningIn("Point tetrahedron<Point, PointRef>::circumCentre() const")
|
//WarningIn("Point tetrahedron<Point, PointRef>::circumCentre() const")
|
||||||
<< "Degenerate tetrahedron:" << nl << *this << nl
|
// << "Degenerate tetrahedron:" << nl << *this << nl
|
||||||
<< "Returning GREAT for circumRadius."
|
// << "Returning GREAT for circumRadius."
|
||||||
<< endl;
|
// << endl;
|
||||||
|
|
||||||
return GREAT;
|
return GREAT;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user