Skip to content

Commit

Permalink
Fix minor bug error (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
guilemieux committed Jun 4, 2020
1 parent 73733fc commit 593db47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sophus/se3.hpp
Expand Up @@ -522,11 +522,11 @@ class SE3 : public SE3Base<SE3<Scalar_, Options>> {
return so3_.data();
}

/// Accessor of SO3
/// Mutator of SO3
///
SOPHUS_FUNC SO3Member& so3() { return so3_; }

/// Mutator of SO3
/// Accessor of SO3
///
SOPHUS_FUNC SO3Member const& so3() const { return so3_; }

Expand Down

0 comments on commit 593db47

Please sign in to comment.