Skip to content

Commit b2bdc8c

Browse files
committed
update
1 parent e15da10 commit b2bdc8c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ALICE3/Core/FastTracker.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -561,9 +561,8 @@ int FastTracker::fastTrack(o2::track::TrackParCov inputTrack, o2::track::TrackPa
561561
covMat[ii] = outputTrack.getCov()[ii];
562562
}
563563

564-
// std::array<std::array<double, o2::track::kNParams>, o2::track::kNParams> fcovm{}; // double precision is needed for regularisation
564+
std::array<std::array<double, o2::track::kNParams>, o2::track::kNParams> fcovm{}; // double precision is needed for regularisation
565565
TMatrixDSym m(o2::track::kNParams);
566-
double fcovm[o2::track::kNParams][o2::track::kNParams];
567566
for (int ii = 0, k = 0; ii < o2::track::kNParams; ++ii) {
568567
for (int jj = 0; jj < ii + 1; ++jj, ++k) {
569568
fcovm[ii][jj] = covMat[k];

0 commit comments

Comments
 (0)