Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Nov 2, 2023
1 parent efc37e4 commit f0d3253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Detectors/ITSMFT/ITS/tracking/src/TrackerTraits.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -457,9 +457,9 @@ void TrackerTraits::processNeighbours(int iLayer, int iLevel, const std::vector<
updatedCellSeeds.reserve(mTimeFrame->getCellsNeighboursLUT()[iLayer - 1].size()); /// This is not the correct value, we could do a loop to count the number of neighbours
updatedCellsIds.reserve(updatedCellSeeds.size());
auto propagator = o2::base::Propagator::Instance();
#ifdef CA_DEBUG
#ifdef CA_DEBUG
int failed[5]{0, 0, 0, 0, 0}, attempts{0}, failedByMismatch{0};
#endif
#endif
for (unsigned int iCell{0}; iCell < currentCellSeed.size(); ++iCell) {
const CellSeed& currentCell{currentCellSeed[iCell]};
if (currentCell.getLevel() != iLevel) {
Expand Down

0 comments on commit f0d3253

Please sign in to comment.