Skip to content

Commit

Permalink
fix a missing
Browse files Browse the repository at this point in the history
  • Loading branch information
prbzrg committed Nov 30, 2023
1 parent eab64f9 commit 879ce07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/problems/bvp_problems.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ struct StandardBVProblem <: AbstractProblemType end
"""
$(TYPEDEF)
"""
struct TwoPointBVProblem{iip} end # The iip is needed to make type stable construction easier
struct TwoPointBVProblem{iip} <: AbstractProblemType end # The iip is needed to make type stable construction easier

@doc doc"""
Expand Down

0 comments on commit 879ce07

Please sign in to comment.