Skip to content

Commit a4ed635

Browse files
shahor02f3sch
andauthored
Update Detectors/ITSMFT/ITS/tracking/GPU/cuda/TrackingKernels.cu
Co-authored-by: Felix Schlepper <f3sch.git@outlook.com>
1 parent 91a92fc commit a4ed635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ GPUg() void __launch_bounds__(256, 1) fitTrackSeedsKernel(
339339
continue;
340340
}
341341
if (repeatRefitOut) { // repeat outward refit seeding and linearizing with the stable inward fit result
342-
o2::track::TrackParCov savInw{temporaryTrack};
342+
o2::track::TrackParCov saveInw{temporaryTrack};
343343
linRef = savInw; // use refitted track as lin.reference
344344
float savChi2 = temporaryTrack.getChi2();
345345
temporaryTrack.resetCovariance();

0 commit comments

Comments
 (0)