Skip to content

Commit 2d7bb4e

Browse files
committed
fix3
Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch>
1 parent f9edbf8 commit 2d7bb4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Detectors/ITSMFT/ITS/tracking/GPU/cuda/TimeFrameGPU.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ template <int NLayers>
649649
void TimeFrameGPU<NLayers>::initialise(const TrackingParameters& trkParam, int maxLayers)
650650
{
651651
mGpuStreams.resize(NLayers);
652-
o2::its::TimeFrame<NLayers>::initialise(iteration, trkParam, maxLayers, false);
652+
o2::its::TimeFrame<NLayers>::initialise(trkParam, maxLayers);
653653
}
654654

655655
template <int NLayers>

0 commit comments

Comments
 (0)