From ea10184298a9df923fdedb3fd974aa92e379e582 Mon Sep 17 00:00:00 2001 From: graham Date: Tue, 11 Aug 2009 11:21:16 +0100 Subject: [PATCH] Tweak VSMALL -> SMALL to avoid conflict with master --- .../primitiveMesh/primitiveMeshCheck/primitiveMeshCheck.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCheck/primitiveMeshCheck.C b/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCheck/primitiveMeshCheck.C index 5d2c4bd9a3..5e7fd6c317 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCheck/primitiveMeshCheck.C +++ b/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCheck/primitiveMeshCheck.C @@ -627,7 +627,7 @@ bool Foam::primitiveMesh::checkFaceSkewness // Skewness vector vector sv = - Cpf - ((fAreas[faceI] & Cpf)/((fAreas[faceI] & d) + VSMALL))*d; + Cpf - ((fAreas[faceI] & Cpf)/((fAreas[faceI] & d) + SMALL))*d; vector svHat = sv/(mag(sv) + VSMALL); // Normalisation distance calculated as the approximate distance