Skip to content
Snippets Groups Projects
Commit 7b308286 authored by Oliver Sander's avatar Oliver Sander Committed by sander@PCPOOL.MI.FU-BERLIN.DE
Browse files

fix spelling in a comment

[[Imported from SVN: r5575]]
parent 327ac42b
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ public: ...@@ -21,7 +21,7 @@ public:
return *this; return *this;
} }
/** \brief The exponention map */ /** \brief The exponential map */
static UnitVector exp(const UnitVector& p, const TangentVector& v) { static UnitVector exp(const UnitVector& p, const TangentVector& v) {
assert( std::abs(p.data_*v) < 1e-7 ); assert( std::abs(p.data_*v) < 1e-7 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment