Skip to content

Commit

Permalink
Fix reference links
Browse files Browse the repository at this point in the history
  • Loading branch information
pfheatwole committed Mar 24, 2022
1 parent 652342a commit b2a149c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pfh/glidersim/foil_aerodynamics.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,11 @@ class Phillips(FoilAerodynamics):
is suitable for parafoils, which is a continuous lifting surface, but for
wings with left and right segments separated by some discontinuity at the
root you should distribute the points across each semispan independently.
See _[1] for a related discussion.
See [1]_ for a related discussion.
This method does suffer an issue where induced velocity goes to infinity as
the segment lengths tend toward zero (as the number of segments increases,
or for a poorly chosen point distribution). See _[2], section 8.2.3.
or for a poorly chosen point distribution). See [2]_, section 8.2.3.
"""

def __init__(
Expand Down

0 comments on commit b2a149c

Please sign in to comment.