Skip to content

Commit c1b48b5

Browse files
committed
fix README.md
1 parent 031e7a1 commit c1b48b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,11 @@ wing = Wing(n_panels, spanwise_panel_distribution="linear")
102102
add_section!(wing,
103103
[0.0, span/2, 0.0], # Left tip LE
104104
[chord, span/2, 0.0], # Left tip TE
105-
"inviscid")
105+
:inviscid)
106106
add_section!(wing,
107107
[0.0, -span/2, 0.0], # Right tip LE
108108
[chord, -span/2, 0.0], # Right tip TE
109-
"inviscid")
109+
:inviscid)
110110

111111
# Step 3: Initialize aerodynamics
112112
wa = BodyAerodynamics([wing])

0 commit comments

Comments
 (0)