-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f6cb3a9
commit 62aaf4d
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
||
|
@@ -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. | ||
* | ||
|
@@ -590,4 +590,4 @@ using Gal3f = Gal3<float>; //!< The Gal3 group with single precision floating | |
|
||
} // namespace group | ||
|
||
#endif // Gal3_HPP | ||
#endif // GAL3_HPP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters