Skip to content

Commit b0cd071

Browse files
no redundant solutions
1 parent 5f4669c commit b0cd071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SciMLBase.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ abstract type AbstractQuadratureSolution{T,N} <: AbstractNoTimeSolution{T,N} end
390390
"""
391391
$(TYPEDEF)
392392
"""
393-
abstract type AbstractSteadyStateSolution{T,N} <: AbstractNoTimeSolution{T,N} end
393+
const AbstractSteadyStateSolution{T,N} = AbstractNonlinearSolution{T,N}
394394

395395
"""
396396
$(TYPEDEF)

0 commit comments

Comments
 (0)