Skip to content

Commit 5a6cf72

Browse files
committed
Change export of solve and solve1, do not export menu()
1 parent d25f9b2 commit 5a6cf72

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## VortexStepMethod v1.2.4 2025-04-17
2+
### Changed
3+
- implement export of `solve` and `solve!` correctly
4+
- do not export `menu()` because KiteUtils exports it
5+
16
## VortexStepMethod v1.2.3 2025-04-13
27
### Changed
38
- expose the angle of attack `alpha_array` in the `VSMSolution` #167

src/VortexStepMethod.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ using DefaultApplication
1010
using Measures
1111
using LaTeXStrings
1212
using NonlinearSolve
13+
import NonlinearSolve: solve!, solve
1314
using Interpolations
1415
using Interpolations: Extrapolation
1516
using Parameters
@@ -31,7 +32,7 @@ export Solver, solve, solve_base!, solve!, VSMSolution, linearize
3132
export calculate_results
3233
export add_section!, set_va!
3334
export calculate_span, calculate_projected_area
34-
export menu, MVec3
35+
export MVec3
3536
export Model, VSM, LLT
3637
export AeroModel, LEI_AIRFOIL_BREUKELS, POLAR_VECTORS, POLAR_MATRICES, INVISCID
3738
export PanelDistribution, LINEAR, COSINE, COSINE_VAN_GARREL, SPLIT_PROVIDED, UNCHANGED

0 commit comments

Comments
 (0)