Skip to content

Commit 8ace5e7

Browse files
authored
Merge branch 'SciML:master' into master
2 parents 22ab624 + 66cc813 commit 8ace5e7

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 = "ModelingToolkit"
22
uuid = "961ee093-0014-501f-94e3-6117800e7a78"
33
authors = ["Yingbo Ma <[email protected]>", "Chris Rackauckas <[email protected]> and contributors"]
4-
version = "10.0.1"
4+
version = "10.1.0"
55

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

src/systems/problem_utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1680,7 +1680,7 @@ end
16801680
"""
16811681
$(TYPEDSIGNATURES)
16821682
1683-
Return the `u0` vector for the given system `sys` and variable-value mapping `varmap`. All
1683+
Return the `p` object for the given system `sys` and variable-value mapping `varmap`. All
16841684
keyword arguments are forwarded to [`MTKParameters`](@ref) for split systems and
16851685
[`varmap_to_vars`](@ref) for non-split systems.
16861686
"""

0 commit comments

Comments
 (0)