Skip to content

Commit f38aef6

Browse files
committed
fix repeat line
1 parent 08b1c53 commit f38aef6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/besselk.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,6 @@ function besselk_positive_args(nu, x::T) where T <: Union{Float32, Float64}
234234
# check if the standard asymptotic expansion can be used
235235
besseli_large_argument_cutoff(nu, x) && return besselk_large_argument(nu, x)
236236

237-
# check if the standard asymptotic expansion can be used
238-
besseli_large_argument_cutoff(nu, x) && return besselk_large_argument(nu, x)
239-
240237
# use uniform debye expansion if x or nu is large
241238
besselik_debye_cutoff(nu, x) && return besselk_large_orders(nu, x)
242239

0 commit comments

Comments
 (0)