Skip to content

Commit

Permalink
Merge pull request #71 from SciML/allobserved
Browse files Browse the repository at this point in the history
Use RecursiveArrayTools.AllObserved
  • Loading branch information
ChrisRackauckas authored Jun 26, 2021
2 parents 3dc6e7e + 3138e2d commit 2c8d34d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SciMLBase"
uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
authors = ["Chris Rackauckas <[email protected]> and contributors"]
version = "1.13.6"
version = "1.14.0"

[deps]
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
Expand All @@ -26,7 +26,7 @@ ConstructionBase = "1"
DocStringExtensions = "0.8"
IteratorInterfaceExtensions = "^0.1, ^1"
RecipesBase = "0.7.0, 0.8, 1.0"
RecursiveArrayTools = "2"
RecursiveArrayTools = "2.14"
StaticArrays = "0.11, 0.12, 1.0"
Tables = "1"
TreeViews = "0.3"
Expand Down
3 changes: 1 addition & 2 deletions src/solutions/solution_interface.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
### Abstract Interface
struct AllObserved
end
const AllObserved = RecursiveArrayTools.AllObserved

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

0 comments on commit 2c8d34d

Please sign in to comment.