We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd1d1c commit 7721c86Copy full SHA for 7721c86
test/bench.jl
@@ -34,6 +34,10 @@ using LinearAlgebra
34
[0.0, span/2, 0.0], # Left tip LE
35
[chord, span/2, 0.0], # Left tip TE
36
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)
41
add_section!(wing,
42
[0.0, -span/2, 0.0], # Right tip LE
43
[chord, -span/2, 0.0], # Right tip TE
0 commit comments