Skip to content

Commit f8d3d55

Browse files
committed
Fix warnings
1 parent 2343460 commit f8d3d55

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/VortexStepMethod.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ using DefaultApplication
1010
using Measures
1111
using LaTeXStrings
1212
using NonlinearSolve
13-
import NonlinearSolve: solve!, solve
13+
import NonlinearSolve: solve, solve!
1414
using Interpolations
1515
using Parameters
1616
using Serialization

src/settings.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Settings for a single wing, used within [`VSMSettings`](@ref).
4343
n_panels::Int64 = 40
4444
spanwise_panel_distribution::PanelDistribution = LINEAR
4545
spanwise_direction::MVec3 = [0.0, 1.0, 0.0]
46-
remove_nan = true
46+
remove_nan::Bool = true
4747
use_prior_polar::Bool = false
4848
end
4949

0 commit comments

Comments
 (0)