anowacki / Geodesics.jl

Calculate great circles on a flattened sphere in Julia
Other
11 stars 5 forks source link

Fix the forward case where we don't move #6

Closed bobcassels closed 3 years ago

bobcassels commented 3 years ago

… to return values in correct order.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 22


Totals Coverage Status
Change from base Build 20: 1.4%
Covered Lines: 71
Relevant Lines: 73

💛 - Coveralls
coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 21


Totals Coverage Status
Change from base Build 20: 1.4%
Covered Lines: 71
Relevant Lines: 73

💛 - Coveralls
anowacki commented 3 years ago

Thanks for the PR and the extra changes! Much appreciated.

bobcassels commented 3 years ago

Happy to do it! Thanks to you for making this code open source in the first place!