Skip to content

Commit c2bd333

Browse files
committed
Don't refer to non-existent AbstractTimeDependentSystem
1 parent 8bb4eb6 commit c2bd333

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/systems/nonlinear/initializesystem.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ end
4141
"""
4242
$(TYPEDSIGNATURES)
4343
44-
Generate `System` of nonlinear equations which initializes a problem from specified initial conditions of an `AbstractTimeDependentSystem`.
44+
Generate `System` of nonlinear equations which initializes a problem from specified initial conditions of a time-dependent `AbstractSystem`.
4545
"""
4646
function generate_initializesystem_timevarying(sys::AbstractSystem;
4747
op = Dict(),
@@ -218,7 +218,7 @@ end
218218
"""
219219
$(TYPEDSIGNATURES)
220220
221-
Generate `System` of nonlinear equations which initializes a problem from specified initial conditions of an `AbstractTimeDependentSystem`.
221+
Generate `System` of nonlinear equations which initializes a problem from specified initial conditions of a time-independent `AbstractSystem`.
222222
"""
223223
function generate_initializesystem_timeindependent(sys::AbstractSystem;
224224
op = Dict(),

0 commit comments

Comments
 (0)