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 isaManifold) "@defVariable of "*string($structname)*" requires that the "*string($manifold)*" be a subtype of `ManifoldsBase.AbstractManifold`"
19
+
@assert ($manifold isaAbstractManifold) "@defVariable of "*string($structname)*" requires that the "*string($manifold)*" be a subtype of `ManifoldsBase.AbstractManifold`"
20
20
21
21
# manifold must be is a <:Manifold
22
-
Base.convert(::Type{<:Manifold}, ::Union{<:T, Type{<:T}}) where {T <:$structname} =$manifold
22
+
Base.convert(::Type{<:AbstractManifold}, ::Union{<:T, Type{<:T}}) where {T <:$structname} =$manifold
23
23
24
24
getManifold(::Type{M}) where {M <:$structname} =$manifold
25
25
getManifold(::M) where {M <:$structname} =getManifold(M)
0 commit comments