Skip to content

Commit 41e1fcd

Browse files
committed
Fix run_clus_tpc to work with C++20
1 parent 0394453 commit 41e1fcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

macro/run_clus_tpc.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
#include "FairParRootFileIo.h"
1515
#include <FairRootFileSink.h>
1616

17-
#include "TPCReconstruction/ClustererTask.h"
1817
#endif
18+
#include "TPCReconstruction/ClustererTask.h"
1919

2020
void run_clus_tpc(std::string outputfile = "o2clus_tpc.root", std::string inputfile = "o2dig.root",
2121
std::string paramfile = "o2sim_par.root", bool isContinuous = true, unsigned threads = 0);

0 commit comments

Comments
 (0)