Skip to content

Commit 10f17ce

Browse files
authored
fix misplaced comment
1 parent 094d17d commit 10f17ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/DiffTests.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,13 +246,13 @@ function mutation_test_2!(y, x)
246246
return nothing
247247
end
248248

249+
const INPLACE_ARRAY_TO_ARRAY_FUNCS = (chebyquad!, brown_almost_linear!, trigonometric!,
250+
mutation_test_1!, mutation_test_2!)
251+
249252
############################
250253
# f(x::VecOrMat)::VecOrMat #
251254
############################
252255

253-
const INPLACE_ARRAY_TO_ARRAY_FUNCS = (chebyquad!, brown_almost_linear!, trigonometric!,
254-
mutation_test_1!, mutation_test_2!)
255-
256256
diag_matrix(::Type{T}, n::Integer) where T<:Real =
257257
Diagonal(LinRange(convert(T, 0.01), convert(T, 100.0), n))
258258
diag_matrix(x::VecOrMat) = diag_matrix(Float64, size(x, 1))

0 commit comments

Comments
 (0)