byuflowlab / VortexLattice.jl

A Comprehensive Julia implementation of the Vortex Lattice Method

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recent changes breaking simplewing function

jjohns99 opened this issue · comments

A recent commit to geometry.jl is causing the simplewing function to break. The linearsections function was renamed to linear_sections, but the call was not changed in simplewing or export linearsections.

Just pushed to the master branch the fix for this. Note, however, that some of the inputs to simplewing have changed as a result of #5 . Also, just as a warning, I'm currently focused pretty heavily on developing this package, so expect more breaking changes in the near future.