Skip to content

Commit

Permalink
fixing reference keyword argument
Browse files Browse the repository at this point in the history
  • Loading branch information
kbonney committed Aug 30, 2023
1 parent a112d54 commit d920665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pynumad/io/yaml_to_blade.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def _add_stations(
)

ref = blade_outer_shape_bem["airfoil_position"]["labels"][i]
af = Airfoil(coords=xf_coords, ref=ref)
af = Airfoil(coords=xf_coords, reference=ref)
af.resample(spacing="half-cosine")
definition.add_station(af, tc_xL * L)

Expand Down

0 comments on commit d920665

Please sign in to comment.