From b5b6f446b89a3e9f7154bfeab66ff22603b6f089 Mon Sep 17 00:00:00 2001 From: Ronny Bergmann Date: Thu, 17 Oct 2024 19:03:30 +0200 Subject: [PATCH] =?UTF-8?q?H=C3=A6=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/interface.jl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/interface.jl b/src/interface.jl index 642d149..08ae1bd 100644 --- a/src/interface.jl +++ b/src/interface.jl @@ -567,9 +567,8 @@ All kwyword arguments are passed on to the corresponding call """ @doc "$(_doc_is_vector)" -ManifoldsBase.is_vector(G::LieGroup, X; kwargs...) = ManifoldsBase.is_point( - LieAlgebra(G), X; kwargs... -) +ManifoldsBase.is_vector(G::LieGroup, X; kwargs...) = + ManifoldsBase.is_point(LieAlgebra(G), X; kwargs...) @doc "$(_doc_is_vector)" function ManifoldsBase.is_vector(G::LieGroup{𝔽,O}, e::Identity{O}, X; kwargs...) where {𝔽,O}