Skip to content

Commit bb1a8be

Browse files
Update test/test_unit.jl
1 parent bcc91fe commit bb1a8be

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

test/test_unit.jl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2833,9 +2833,10 @@ end
28332833
### Compare sparsity pattern detected using `rhs_parabolic!` only to ###
28342834
### sparsity pattern detected on combined hyperbolic and parabolic `rhs!` ###
28352835

2836-
rhs_hyp_para_wrapped! = (du_ode, u0_ode) -> rhs_hyperbolic_parabolic!(du_ode, u0_ode,
2837-
semi_jac_type,
2838-
tspan[1])
2836+
rhs_hyp_para_wrapped! = (du_ode, u0_ode) -> rhs_hyperbolic_parabolic!(du_ode,
2837+
u0_ode,
2838+
semi_jac_type,
2839+
tspan[1])
28392840

28402841
jac_prototype_hyperbolic_parabolic = jacobian_sparsity(rhs_hyp_para_wrapped!,
28412842
du_ode, u0_ode, jac_detector)

0 commit comments

Comments
 (0)