byuflowlab / VortexLattice.jl

A Comprehensive Julia implementation of the Vortex Lattice Method
MIT License
48 stars 11 forks source link

Recent changes breaking simplewing function #6

Closed jjohns99 closed 3 years ago

jjohns99 commented 3 years ago

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.

andrewning commented 3 years ago

@taylormcd

taylormcd commented 3 years ago

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.