Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev

This commit is contained in:
andy
2008-06-03 11:54:38 +01:00

View File

@ -519,7 +519,7 @@ Foam::label Foam::intersectedSurface::nextEdge
{
// Calculate angle of edge with respect to base e0, e1
vector vec =
n ^ points[e.otherVertex(prevVertI)] - points[prevVertI];
n ^ (points[e.otherVertex(prevVertI)] - points[prevVertI]);
vec /= mag(vec) + VSMALL;