REVERT: Remove orientAll method

This commit is contained in:
laurence
2013-05-02 12:07:18 +01:00
parent c6180019d9
commit c7dbe491c6

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);
}
// ************************************************************************* //