Skip to content

Commit 496e3fa

Browse files
jClugstorChrisRackauckas
authored andcommitted
don't copy tuples
1 parent ff969f2 commit 496e3fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SciMLJacobianOperators/src/SciMLJacobianOperators.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ function Base.copy(J::JacobianOperator)
409409
J.mode,
410410
J.jvp_op,
411411
J.vjp_op,
412-
copy(J.size),
412+
J.size,
413413
J.input_cache === nothing ? nothing : copy(J.input_cache),
414414
J.output_cache === nothing ? nohting : copy(J.output_cache)
415415
)

0 commit comments

Comments
 (0)