Skip to content

Commit bcc91fe

Browse files
Apply suggestions from code review
1 parent 6729ec6 commit bcc91fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_unit.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2840,8 +2840,8 @@ end
28402840
jac_prototype_hyperbolic_parabolic = jacobian_sparsity(rhs_hyp_para_wrapped!,
28412841
du_ode, u0_ode, jac_detector)
28422842

2843-
# Given that the stencil for the BR1 parabolic solver is for the DGSEM are always larger than those of hyperbolic solvers,
2844-
# the sparsity pattern of hyperbolic-parabolic problem always includes the hyperbolic only.
2843+
# Given that the stencil for the BR1 parabolic solver is for the DGSEM always larger than that of a hyperbolic solver,
2844+
# the sparsity pattern of the parabolic part of a hyperbolic-parabolic problem always includes the hyperbolic one
28452845
@test jac_prototype_parabolic == jac_prototype_hyperbolic_parabolic
28462846
end
28472847
end

0 commit comments

Comments
 (0)