Skip to content

Commit

Permalink
Update src/manifolds/MetricManifold.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Mateusz Baran <[email protected]>
  • Loading branch information
kellertuer and mateuszbaran authored Sep 11, 2021
1 parent 158bbf2 commit 056e24c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/manifolds/MetricManifold.jl
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,11 @@ function change_tangent(M::AbstractManifold, G::AbstractMetric, p, X)
end

function change_metric(
::MetricManifold{<:M,<:G},
::MetricManifold{𝔽,M,G},
::G,
p,
X,
) where {M<:AbstractManifold,G<:AbstractMetric}
) where {𝔽,M<:AbstractManifold{𝔽},G<:AbstractMetric}
return X
end

Expand Down

0 comments on commit 056e24c

Please sign in to comment.