mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
REVERT: Remove orientAll method
This commit is contained in:
@ -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);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
Reference in New Issue
Block a user