Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Johannes Terblanche <[email protected]>
  • Loading branch information
kellertuer and Affie authored Oct 28, 2024
1 parent aa53b26 commit 58edef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ ManifoldsBase.get_vector!(G::LieGroup, X, g, c, B::ManifoldsBase.AbstractBasis)

_doc_hat = """
hat(G::LieGroup, c)
hat(G::LieGroup, X, c)
hat!(G::LieGroup, X, c)
Compute the hat map ``(⋅)^̂ `` that maps a vector of coordinates ``c_i``
with respect to a certain basis to an tangent vector in the Lie algebra
Expand Down Expand Up @@ -761,7 +761,7 @@ end

_doc_vee = """
vee(G::LieGroup, X)
vee(G::LieGroup, c, X)
vee!(G::LieGroup, c, X)
Compute the vee map ``(⋅)^̂ `` that maps a tangent vector `X` from the [`LieAlgebra`](@ref)
to its coordinates with respect to a certain bvasis in the Lie algebra
Expand Down

0 comments on commit 58edef3

Please sign in to comment.