Skip to content

Commit 68f47f8

Browse files
typo
1 parent 64f9f1e commit 68f47f8

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.3"
4+
version = "2.51.4"
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
@@ -63,7 +63,7 @@ function ConstructionBase.setproperties(sol::RODESolution, patch::NamedTuple)
6363
return RODESolution{
6464
T, N, typeof(patch.u), typeof(patch.u_analytic), typeof(patch.errors),
6565
typeof(patch.t), typeof(patch.W), typeof(patch.prob), typeof(patch.alg), typeof(patch.interp),
66-
typeof(patch.stats), typeof(alg_choice)}(
66+
typeof(patch.stats), typeof(patch.alg_choice)}(
6767
patch.u, patch.u_analytic, patch.errors, patch.t, patch.W,
6868
patch.prob, patch.alg, patch.interp, patch.dense, patch.tslocation, patch.stats,
6969
patch.alg_choice, patch.retcode, patch.seed)

0 commit comments

Comments
 (0)