Skip to content

Commit

Permalink
Maybe now?
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertuer committed Aug 25, 2024
1 parent def9c97 commit 508ad58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Manopt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,9 @@ function __init__()
@require Manifolds = "1cead3c2-87b3-11e9-0ccd-23c62b72b94e" begin
include("../ext/ManoptManifoldsExt/ManoptManifoldsExt.jl")
end
@require RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd" begin
include("../ext/ManoptManifoldsExt/ManoptMRecursiveArrayToolsExt.jl")
end
@require LineSearches = "d3d80556-e9d4-5f37-9878-2ab0fcc64255" begin
include("../ext/ManoptLineSearchesExt.jl")
end
Expand Down

0 comments on commit 508ad58

Please sign in to comment.