mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Added ROOTSMALL
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user