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

hotfix (See issue #531)

parent 03a2f77d
No related branches found
No related tags found
No related merge requests found
Pipeline #5701 canceled
......@@ -81,9 +81,9 @@ void ProcessorTracker::processCapture(CaptureBasePtr _incoming_ptr)
WOLF_DEBUG( "PT ", getName(), " FIRST_TIME_WITHOUT_PACK" );
FrameBasePtr kfrm = getProblem()->emplaceFrame(KEY,
incoming_ptr_->getTimeStamp(),
getStateStructure(),
getProblem()->getState(getStateStructure()));
incoming_ptr_->getTimeStamp());//,
//getStateStructure(),
//getProblem()->getState(getStateStructure()));
incoming_ptr_->link(kfrm);
// Process info
......
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