ENH: tetrahedronI: comment out warning - too noisy when snappyHexMeshing

This commit is contained in:
mattijs
2010-12-21 16:04:38 +00:00
parent 9e069522b8
commit cff8f87f9e

View File

@ -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;
} }