You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@assert ($manifold isa AbstractManifold) "@defVariable of "*string($structname)*" requires that the "*string($manifold)*" be a subtype of `ManifoldsBase.AbstractManifold`"
105
105
106
106
# user manifold must be a <:Manifold
107
-
Base.convert(::Type{<:ManifoldsBase.AbstractManifold}, ::Union{<:T, Type{<:T}}) where {T <:$structname} =$manifold
107
+
Base.convert(::Type{<:AbstractManifold}, ::Union{<:T, Type{<:T}}) where {T <:$structname} =$manifold
108
108
109
109
getManifold(::Type{M}) where {M <:$structname} =$manifold
110
110
getManifold(::M) where {M <:$structname} =getManifold(M)
0 commit comments