Skip to content

Commit 879ce07

Browse files
committed
fix a missing
1 parent eab64f9 commit 879ce07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/problems/bvp_problems.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ struct StandardBVProblem <: AbstractProblemType end
66
"""
77
$(TYPEDEF)
88
"""
9-
struct TwoPointBVProblem{iip} end # The iip is needed to make type stable construction easier
9+
struct TwoPointBVProblem{iip} <: AbstractProblemType end # The iip is needed to make type stable construction easier
1010

1111
@doc doc"""
1212

0 commit comments

Comments
 (0)