Skip to content
Snippets Groups Projects
Commit b0dfc4cd authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

hotfix: removed assertion that does not apply anymore

parent bfe4033f
No related branches found
No related tags found
No related merge requests found
...@@ -75,8 +75,8 @@ unsigned int ProcessorTrackerFeature::processNew(const int& _max_new_features) ...@@ -75,8 +75,8 @@ unsigned int ProcessorTrackerFeature::processNew(const int& _max_new_features)
unsigned int ProcessorTrackerFeature::processKnown() unsigned int ProcessorTrackerFeature::processKnown()
{ {
assert(incoming_ptr_->getFeatureList().size() == 0 //assert(incoming_ptr_->getFeatureList().size() == 0
&& "In ProcessorTrackerFeature::processKnown(): incoming_ptr_ feature list must be empty before processKnown()"); // && "In ProcessorTrackerFeature::processKnown(): incoming_ptr_ feature list must be empty before processKnown()");
// clear list of known features // clear list of known features
matches_last_from_incoming_.clear(); matches_last_from_incoming_.clear();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment