Skip to content

Commit 96029ba

Browse files
fix missing dep
1 parent 14f40cd commit 96029ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/downstream/ordinarydiffeq_tridiagonal_solve.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OrdinaryDiffEq, ForwardDiff, Test
1+
using OrdinaryDiffEq, ForwardDiff, LinearAlgebra, Test
22

33
const nknots = 10
44
const h = 1.0/(nknots+1)

0 commit comments

Comments
 (0)