Skip to content

Commit

Permalink
[MAINT] Fixed typos in text.
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliodelama committed Dec 4, 2024
1 parent f6cb3a9 commit 62aaf4d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions include/groups/Gal3.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
// You can contact the authors at <[email protected]>,
// <[email protected]>.

#ifndef Gal3_HPP
#define Gal3_HPP
#ifndef GAL3_HPP
#define GAL3_HPP

#include <array>

Expand All @@ -20,7 +20,7 @@
namespace group
{
/**
* @brief the Galileian group Gal(3). This is the Lie group of 3D rotations,
* @brief the Galilean group Gal(3). This is the Lie group of 3D rotations,
* translations in space and time, and transformations between frames of reference
* that differ only by constant relative motion.
*
Expand Down Expand Up @@ -590,4 +590,4 @@ using Gal3f = Gal3<float>; //!< The Gal3 group with single precision floating

} // namespace group

#endif // Gal3_HPP
#endif // GAL3_HPP
2 changes: 1 addition & 1 deletion include/groups/TG.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ class SEn3TG : public Tangent<SEn3<FPType, n>>

/**
* @brief The Gal3 Tangent group. This derived class represents the core components of the symmetry group
* for equivariant IMU preintegration
* for equivariant IMU preintegration [preprint: https://arxiv.org/abs/2411.05548]
*
* @tparam FPType. Floating point type (float, double, long double)
*
Expand Down

0 comments on commit 62aaf4d

Please sign in to comment.