Commit 3414e7b665948817f99988749e1c7b3994d8e79a

Authored by Benjamin Renard
1 parent ab202557
Exists in amdadev and in 1 other branch SpeasyGet

Fix gap with timeShift process

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/ExternLib/TimeShifted/ProcessTimeShifted.cc
... ... @@ -60,6 +60,7 @@ namespace AMDA {
60 60 _operation = lTimeShiftedCreator.getOperation();
61 61 _paramData = ParamDataSPtr(_operation->getParamOutput());
62 62 _paramData->setMinSampling(_paramInput->getMinSampling());
  63 + _parameter.setGapThreshold(_parameterInput->getGapThreshold());
63 64 return timeStamp;
64 65 }
65 66  
... ...