Skip to content

Commit

Permalink
Fixed docstring in location2degrees (fixes #602)
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiodsf committed Aug 5, 2013
1 parent 673710e commit 516cbda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions obspy/core/util/geodetics/base.py
Expand Up @@ -248,8 +248,8 @@ def kilometer2degrees(kilometer, radius=6371):

def locations2degrees(lat1, long1, lat2, long2):
"""
Convenience function to calculate the great circle distance between two points on
a spherical Earth.
Convenience function to calculate the great circle distance between two
points on a spherical Earth.
This method uses the Vincenty formula in the special case of a spherical
Earth. For more accurate values use the geodesic distance calculations of
Expand Down

0 comments on commit 516cbda

Please sign in to comment.