diff --git a/gtsam/sfm/SfmTrack.cpp b/gtsam/sfm/SfmTrack.cpp index 11f104c09..e97d5a405 100644 --- a/gtsam/sfm/SfmTrack.cpp +++ b/gtsam/sfm/SfmTrack.cpp @@ -27,7 +27,7 @@ void SfmTrack::print(const std::string& s) const { std::cout << " measurements of point " << p << std::endl; } -bool SfmTrack::equals(const SfmTrack& sfmTrack, double tolÏ) const { +bool SfmTrack::equals(const SfmTrack& sfmTrack, double tol) const { // check the 3D point if (!p.isApprox(sfmTrack.p)) { return false;