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

This commit is contained in:
andy
2010-08-27 10:42:11 +01:00
85 changed files with 2303 additions and 506 deletions

View File

@ -313,7 +313,7 @@ void Foam::cuttingPlane::walkCellCuts
face f(faceVerts);
// Orient face to point in the same direction as the plane normal
if ((f.normal(cutPoints) && normal()) < 0)
if ((f.normal(cutPoints) & normal()) < 0)
{
f = f.reverseFace();
}