Skip to content

Commit 263f1e1

Browse files
committed
change kwarg name
1 parent b05d81a commit 263f1e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/problems/ode_problems.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -514,9 +514,9 @@ end
514514

515515

516516
struct ODEAliases <: AbstractAliasSpecifier
517-
u0::Union{Bool,Nothing}
517+
alias_u0::Union{Bool,Nothing}
518518
end
519519

520-
function ODEAliases(;u0 = nothing)
521-
ODEAliases(u0)
520+
function ODEAliases(;alias_u0 = nothing)
521+
ODEAliases(alias_u0)
522522
end

0 commit comments

Comments
 (0)