Skip to content

Commit 7721c86

Browse files
committed
Fix test
1 parent 1dd1d1c commit 7721c86

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/bench.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ using LinearAlgebra
3434
[0.0, span/2, 0.0], # Left tip LE
3535
[chord, span/2, 0.0], # Left tip TE
3636
INVISCID)
37+
add_section!(wing,
38+
[0.0, 0.0, 0.0], # Left tip LE
39+
[chord, 0.0, 0.0], # Left tip TE
40+
INVISCID)
3741
add_section!(wing,
3842
[0.0, -span/2, 0.0], # Right tip LE
3943
[chord, -span/2, 0.0], # Right tip TE

0 commit comments

Comments
 (0)