Skip to content

Commit

Permalink
fix typo after updates
Browse files Browse the repository at this point in the history
  • Loading branch information
juddmehr committed Jul 23, 2024
1 parent f8cbfc1 commit 221b71a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/afcorrections.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ println("\nAIRFOIL CORRECTION TESTS")
include("data/naca_4412_raw.jl")

# apply stall cutoffs
clext, cdext = dt.c4b.stall_limiters(alpha, cl, cdrag; cutoff_slope=0.1, N=20, blend_hardness=50)
clext, cdext = dt.c4b.stall_limiters(alpha, cl, cdrag; cl_cutoff_slope=0.1, N=20, blend_hardness=50)

@test ismonotonic(clext, 1)
end
Expand Down

0 comments on commit 221b71a

Please sign in to comment.