fatiando / boule

Reference ellipsoids for geodesy and geophysics
https://www.fatiando.org/boule
BSD 3-Clause "New" or "Revised" License
38 stars 17 forks source link

Make Ellipsoid.emm attribute private (i.e., _emm) #123

Closed leouieda closed 2 years ago

leouieda commented 2 years ago

Description

This is only used in the calculation of gravity at the poles and equators and has no physical meaning. It's just a convenience used internally. So make it private to clean up the interface.

Backwards incompatible but changes of someone actually using this value are extremely low.

Relevant issues/PRs