Skip to content

Commit

Permalink
add forgotten part
Browse files Browse the repository at this point in the history
  • Loading branch information
jlchan committed Oct 7, 2023
1 parent 2932404 commit b9f220c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/StartUpDG.jl
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,11 @@ function __init__()
end
end


# Until Julia v1.9 is the minimum required version for StartUpDG.jl, we still support Requires.jl
@static if !isdefined(Base, :get_extension)
@require SummationByPartsOperators="9f78cca6-572e-554e-b819-917d2f1cf240" begin
include("../ext/StartUpDGSummationByPartsOperatorsExt.jl")
end
end

end # module

0 comments on commit b9f220c

Please sign in to comment.