fix CI issue

release/4.3a0
Frank Dellaert 2022-01-31 12:23:31 -05:00
parent ea5465cd84
commit 34b8e4e130
1 changed files with 1 additions and 1 deletions

View File

@ -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;