From 74bf506b9587804f31f78a8f7dd745698d604263 Mon Sep 17 00:00:00 2001
From: andy <a.heather@opencfd.co.uk>
Date: Fri, 9 May 2008 11:27:30 +0100
Subject: [PATCH] changed GREAT -> VGREAT

---
 .../interpolationCellPoint/cellPointWeight/cellPointWeight.C  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/finiteVolume/interpolation/interpolation/interpolationCellPoint/cellPointWeight/cellPointWeight.C b/src/finiteVolume/interpolation/interpolation/interpolationCellPoint/cellPointWeight/cellPointWeight.C
index 63a5f08f916..0b3efba158c 100644
--- a/src/finiteVolume/interpolation/interpolation/interpolationCellPoint/cellPointWeight/cellPointWeight.C
+++ b/src/finiteVolume/interpolation/interpolation/interpolationCellPoint/cellPointWeight/cellPointWeight.C
@@ -49,7 +49,7 @@ void Foam::cellPointWeight::findTetrahedron
     }
 
     // Initialise closest triangle variables
-    scalar minUVWClose = GREAT;
+    scalar minUVWClose = VGREAT;
     label pointIClose = 0;
     label faceClose = 0;
 
@@ -198,7 +198,7 @@ void Foam::cellPointWeight::findTriangle
     }
 
     // Initialise closest triangle variables
-    scalar minUVClose = GREAT;
+    scalar minUVClose = VGREAT;
     label pointIClose = 0;
 
     // Decompose each face into triangles, making a tet when
-- 
GitLab