Added ROOTSMALL

This commit is contained in:
Henry Weller
2015-09-02 15:29:54 +01:00
parent a159722136
commit 430d894e37
9 changed files with 16 additions and 12 deletions

View File

@ -136,7 +136,7 @@ bool Foam::checkWedges
const point& pt = p[pp.meshPoints()[i]];
scalar d = mag((pt - p0) & pp.n());
if (d > sqrt(SMALL))
if (d > ROOTSMALL)
{
if (report)
{