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

@ -1752,7 +1752,7 @@ void Foam::distributedTriSurfaceMesh::findLineAll
const scalarField magSqrDirVec(magSqr(dirVec));
const vectorField smallVec
(
Foam::sqrt(SMALL)*dirVec
ROOTSMALL*dirVec
+ vector(ROOTVSMALL,ROOTVSMALL,ROOTVSMALL)
);