Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit bffee4f

Browse files
Update src/differentiation/vecjac_products.jl
1 parent e9a1c7d commit bffee4f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/differentiation/vecjac_products.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ function num_vecjac!(
4848
end
4949

5050
function num_vecjac(f, x, v, f0 = nothing)
51-
println(typeof(v))
5251
vv = reshape(v, axes(x))
5352
f0 === nothing ? _f0 = f(x) : _f0 = f0
5453
T = eltype(x)

0 commit comments

Comments
 (0)