REVERT: Remove orientAll from orientedSurface

This commit is contained in:
laurence
2013-04-05 15:37:07 +01:00
parent 8f99627cf4
commit 7964ebe67e

View File

@ -575,19 +575,4 @@ bool Foam::orientedSurface::orient
}
bool Foam::orientedSurface::orientAll(triSurface& s)
{
if (orientConsistent(s))
{
Info<< "Some triangles are not oriented consistently. Aborting."
<< endl;
return false;
}
labelList flipState(s.size(), FLIP);
return flipSurface(s, flipState);
}
// ************************************************************************* //