Skip to content

Commit 463b374

Browse files
Merge pull request #2615 from SciML/ChrisRackauckas-patch-2
Test master
2 parents aaf1018 + 137f0a0 commit 463b374

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ ordinary differential equation solvers and utilities. While completely independe
1515
and usable on its own, users interested in using this
1616
functionality should check out [DifferentialEquations.jl](https://github.com/SciML/DifferentialEquations.jl).
1717

18+
1819
## Installation
1920

2021
Assuming that you already have Julia correctly installed, it suffices to import

test/regression/psos_and_energy_conservation.jl

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

33
# Parameters
44
Nc = 22

0 commit comments

Comments
 (0)