Skip to content

Commit 6c06738

Browse files
committed
Fix broken test
1 parent b499a70 commit 6c06738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/KPS3.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ end
236236
237237
Returns a tuple of the x, y, and z vectors of the kite reference frame.
238238
"""
239-
function kite_ref_frame(s::KPS3)
239+
function kite_ref_frame(s::KPS3; one_point=true)
240240
pos_kite = s.pos[end]
241241
delta = pos_kite - s.pos[end - 1]
242242
c = -delta

0 commit comments

Comments
 (0)