STYLE:triSurfaceMesh.C: extraneous expression

This commit is contained in:
mattijs
2011-06-29 09:52:37 +01:00
parent d1a8375816
commit 1ee83d9066

View File

@ -738,7 +738,6 @@ void Foam::triSurfaceMesh::findLineAll
// we need something bigger since we're doing calculations)
// - if the start-end vector is zero we still progress
const vectorField dirVec(end-start);
const scalarField magSqrDirVec(magSqr(dirVec));
const vectorField smallVec
(
indexedOctree<treeDataTriSurface>::perturbTol()*dirVec