From cff8f87f9eca643ff99b1b90bc4efa187659355c Mon Sep 17 00:00:00 2001 From: mattijs Date: Tue, 21 Dec 2010 16:04:38 +0000 Subject: [PATCH] ENH: tetrahedronI: comment out warning - too noisy when snappyHexMeshing --- .../meshes/primitiveShapes/tetrahedron/tetrahedronI.H | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/OpenFOAM/meshes/primitiveShapes/tetrahedron/tetrahedronI.H b/src/OpenFOAM/meshes/primitiveShapes/tetrahedron/tetrahedronI.H index 46a3adaea7..24a39c214f 100644 --- a/src/OpenFOAM/meshes/primitiveShapes/tetrahedron/tetrahedronI.H +++ b/src/OpenFOAM/meshes/primitiveShapes/tetrahedron/tetrahedronI.H @@ -186,10 +186,10 @@ inline scalar tetrahedron::circumRadius() const if (Foam::mag(denom) < ROOTVSMALL) { - WarningIn("Point tetrahedron::circumCentre() const") - << "Degenerate tetrahedron:" << nl << *this << nl - << "Returning GREAT for circumRadius." - << endl; + //WarningIn("Point tetrahedron::circumCentre() const") + // << "Degenerate tetrahedron:" << nl << *this << nl + // << "Returning GREAT for circumRadius." + // << endl; return GREAT; }