fix CI issue
parent
ea5465cd84
commit
34b8e4e130
|
@ -27,7 +27,7 @@ void SfmTrack::print(const std::string& s) const {
|
||||||
std::cout << " measurements of point " << p << std::endl;
|
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
|
// check the 3D point
|
||||||
if (!p.isApprox(sfmTrack.p)) {
|
if (!p.isApprox(sfmTrack.p)) {
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue