Skip to content
Snippets Groups Projects
Commit 6445e859 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Add establishConstraints() in RUNNING_WITHOUT_PACK

parent 96c5f1d8
No related branches found
No related tags found
1 merge request!227Fix processor_tracker
...@@ -106,6 +106,9 @@ void ProcessorTracker::process(CaptureBasePtr const _incoming_ptr) ...@@ -106,6 +106,9 @@ void ProcessorTracker::process(CaptureBasePtr const _incoming_ptr)
// Process info // Process info
processNew(params_tracker_->max_new_features); processNew(params_tracker_->max_new_features);
// Establish constraints
establishConstraints();
// Update pointers // Update pointers
resetDerived(); resetDerived();
origin_ptr_ = last_ptr_; origin_ptr_ = last_ptr_;
......
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