Skip to content

Commit b80425f

Browse files
committed
U
1 parent 479714b commit b80425f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ALICE3/Core/DelphesO2TrackSmearer.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ bool TrackSmearer::loadTable(int pdg, const char* filename, bool forceReload)
106106
if (lutFile.gcount() != sizeof(lutHeader_t)) {
107107
LOG(info) << " --- troubles reading covariance matrix header for PDG " << pdg << ": " << filename << std::endl;
108108
LOG(info) << " --- expected/detected " << sizeof(lutHeader_t) << "/" << lutFile.gcount() << std::endl;
109-
;
110109
delete mLUTHeader[ipdg];
111110
mLUTHeader[ipdg] = nullptr;
112111
return false;

0 commit comments

Comments
 (0)