Skip to content
Snippets Groups Projects

Resolve "Revisit demos (formerly called examples) and update them"

1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -144,6 +144,9 @@ void ProcessorTrackerFeature::resetDerived()
void ProcessorTrackerFeature::establishFactors()
{
if (origin_ptr_ == last_ptr_)
return;
TrackMatches matches_origin_last = track_matrix_.matches(origin_ptr_, last_ptr_);
for (auto const & pair_trkid_pair : matches_origin_last)
Loading