Skip to content

Commit c7e9042

Browse files
committed
remove comment
1 parent 9af1171 commit c7e9042

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

examples/ram_air_kite.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ using LinearAlgebra
55

66
# Create wing geometry
77
wing = KiteWing("data/HL5_ram_air_kite_body.obj", "data/HL5_ram_air_kite_foil.dat")
8-
9-
# for gamma in range(wing.gamma_tip - wing.gamma_tip/10, -wing.gamma_tip + wing.gamma_tip/10, 20)
10-
# add_section!(wing, gamma, ("dat_file", "data/centre_line_with_profile.dat"))
11-
# end
128
wing_aero = WingAerodynamics([wing])
139

1410
# Create solvers

0 commit comments

Comments
 (0)