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)
|
||||
{
|
||||
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user