Skip to content

Commit 70ae00d

Browse files
[DO-NOT-MERGE] Test new controller interface
1 parent dc2966b commit 70ae00d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/Project.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1717
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
1818
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
1919
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
20+
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
2021
OrdinaryDiffEqBDF = "6ad6398a-0878-4a85-9266-38940aa047c8"
2122
OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8"
2223
OrdinaryDiffEqFeagin = "101fe9f7-ebb6-4678-b671-3a81e7194747"
@@ -59,6 +60,7 @@ LinearAlgebra = "1"
5960
LinearSolve = "3.13"
6061
MPI = "0.20.22"
6162
NLsolve = "4.5.1"
63+
OrdinaryDiffEq = "6"
6264
OrdinaryDiffEqBDF = "1.1"
6365
OrdinaryDiffEqCore = "1.26, 2"
6466
OrdinaryDiffEqFeagin = "1"
@@ -81,3 +83,6 @@ SparseMatrixColorings = "0.4.21"
8183
StableRNGs = "1.0.2"
8284
Test = "1"
8385
TrixiTest = "0.2.1"
86+
87+
[sources]
88+
OrdinaryDiffEq = {url = "https://github.com/termi-official/OrdinaryDiffEq.jl", rev = "do/controller-refactor"}

0 commit comments

Comments
 (0)