From 1995d8064b8315f7101420d15ac04d0bb4419c62 Mon Sep 17 00:00:00 2001 From: sawenzel Date: Fri, 22 Sep 2017 11:21:51 +0200 Subject: [PATCH] Update ClustererTask.cxx checking that this fails compilation --- Detectors/TPC/simulation/src/ClustererTask.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Detectors/TPC/simulation/src/ClustererTask.cxx b/Detectors/TPC/simulation/src/ClustererTask.cxx index 53840e863249e..38993cdb069cf 100644 --- a/Detectors/TPC/simulation/src/ClustererTask.cxx +++ b/Detectors/TPC/simulation/src/ClustererTask.cxx @@ -98,7 +98,7 @@ InitStatus ClustererTask::Init() mgr->Register("TPCClusterHW", "TPC", mHwClustersArray, kTRUE); } - return kSUCCESS; + // return kSUCCESS; } //_____________________________________________________________________