Skip to content

Commit

Permalink
comment consistent with previous change
Browse files Browse the repository at this point in the history
  • Loading branch information
michael committed Sep 10, 2018
1 parent bf0eff7 commit f31d450
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions multilaterate.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@ def get_locus(tower_1, tower_2, time_1, time_2, v, delta_d, max_d):
near the towers.
Returns
x: numpy array of x values of locus.
y: numpy array of y values of locus.
list of form [x, y], with:
x: numpy array of x values of locus.
y: numpy array of y values of locus.
'''
# two lines, x0/y0 and x1/y1 corresponding to the two intersections of the
# circles. These will be concateneated at the end to form a single line.
Expand Down

0 comments on commit f31d450

Please sign in to comment.