openep / openep-core

Core OpenEP code - Matlab implementation
Apache License 2.0
9 stars 6 forks source link

distanceBetweenPoints fails on MacOS #56

Closed p-j-smith closed 2 years ago

p-j-smith commented 2 years ago

This is because there is no check for the platform - geodesic_library is always defined as 'geodesic_matlab_api' whereas on MacOS it should be 'geodesic_matlab_api_macos'.

See HoleCutter for how to take into account the platform.

p-j-smith commented 2 years ago

Fixed by #57