Tweak VSMALL -> SMALL to avoid conflict with master

This commit is contained in:
graham
2009-08-11 11:21:16 +01:00
parent 1f245a256f
commit ea10184298

View File

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