Skip to content
Snippets Groups Projects
Commit 176cad01 authored by cont-integration's avatar cont-integration
Browse files

[skip ci] applied clang format

parent 7d51ba56
No related branches found
No related tags found
1 merge request!448Draft: Resolve "Implementation of new nodes creation"
Pipeline #20445 skipped
......@@ -101,7 +101,7 @@ void ProcessorTracker::processCapture(CaptureBasePtr _incoming_ptr)
processKnownProfiling();
// Reset this
last_ptr_ = incoming_ptr_; // Before calling resetDerived() since it will assume KF in last
last_ptr_ = incoming_ptr_; // Before calling resetDerived() since it will assume KF in last
resetDerived();
// Update pointers
origin_ptr_ = incoming_ptr_;
......@@ -137,7 +137,7 @@ void ProcessorTracker::processCapture(CaptureBasePtr _incoming_ptr)
getProblem()->keyFrameCallback(keyframe, shared_from_this());
// Reset this
last_ptr_ = incoming_ptr_; // Before calling resetDerived() since it will assume KF in last
last_ptr_ = incoming_ptr_; // Before calling resetDerived() since it will assume KF in last
resetDerived();
// Update pointers
origin_ptr_ = incoming_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