Skip to content

Conversation

@abellgithub
Copy link

This fixes some issues that arose when building with clang on OSX. Changes include:

Allowing definition of NO_OPENMP to disable OpenMP support without messing with the Makefile
Fixed what appears to be an obvious incorrect use of && instead of & in Cube::IsEdgeCorner
Added braces with nested ifs to make logic clear and eliminate compiler warnings.
Add ifdef in MinimalAreaTriangulation::GetTriangulation to suppress compiler warning for possible tautology.
Replaced _data.size() with _sz in DenseNodeData::index() since _data.size() may be unsupported depending on array debug/template instantiation.
My editor also removes trailing space from lines when I write files, so there are a bunch of changes removing those.

Changes to make clang compiler happy.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant