Skip to content

Commit 2c8d34d

Browse files
Merge pull request #71 from SciML/allobserved
Use RecursiveArrayTools.AllObserved
2 parents 3dc6e7e + 3138e2d commit 2c8d34d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SciMLBase"
22
uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
33
authors = ["Chris Rackauckas <[email protected]> and contributors"]
4-
version = "1.13.6"
4+
version = "1.14.0"
55

66
[deps]
77
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
@@ -26,7 +26,7 @@ ConstructionBase = "1"
2626
DocStringExtensions = "0.8"
2727
IteratorInterfaceExtensions = "^0.1, ^1"
2828
RecipesBase = "0.7.0, 0.8, 1.0"
29-
RecursiveArrayTools = "2"
29+
RecursiveArrayTools = "2.14"
3030
StaticArrays = "0.11, 0.12, 1.0"
3131
Tables = "1"
3232
TreeViews = "0.3"

src/solutions/solution_interface.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
### Abstract Interface
2-
struct AllObserved
3-
end
2+
const AllObserved = RecursiveArrayTools.AllObserved
43

54
# No Time Solution : Forward to `A.u`
65
Base.getindex(A::AbstractNoTimeSolution,i::Int) = A.u[i]

0 commit comments

Comments
 (0)