Skip to content

Commit bda2f02

Browse files
no k
1 parent be3c7fe commit bda2f02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
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 = "2.51.1"
4+
version = "2.51.2"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"

src/solutions/rode_solutions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function ConstructionBase.setproperties(sol::RODESolution, patch::NamedTuple)
6060
N = u === nothing ? 2 : ndims(eltype(u)) + 1
6161
T = eltype(eltype(u))
6262
patch = merge(getproperties(sol), patch)
63-
return RODESolution{T, N}(patch.u, patch.u_analytic, patch.errors, patch.t, patch.W, patch.k,
63+
return RODESolution{T, N}(patch.u, patch.u_analytic, patch.errors, patch.t, patch.W,
6464
patch.prob, patch.alg, patch.interp, patch.dense, patch.tslocation, patch.stats,
6565
patch.alg_choice, patch.retcode, patch.seed)
6666
end

0 commit comments

Comments
 (0)