From 8a87f9ac262170e742b88335dc91519910287d4d Mon Sep 17 00:00:00 2001 From: Andreas Stefl Date: Tue, 26 Nov 2024 15:00:24 +0100 Subject: [PATCH] Update Examples/Detectors/DD4hepDetector/src/DD4hepGeometryService.cpp Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- Examples/Detectors/DD4hepDetector/src/DD4hepGeometryService.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/Detectors/DD4hepDetector/src/DD4hepGeometryService.cpp b/Examples/Detectors/DD4hepDetector/src/DD4hepGeometryService.cpp index 048c7f85864..1a45454c821 100644 --- a/Examples/Detectors/DD4hepDetector/src/DD4hepGeometryService.cpp +++ b/Examples/Detectors/DD4hepDetector/src/DD4hepGeometryService.cpp @@ -85,7 +85,7 @@ ProcessCode DD4hepGeometryService::buildDD4hepGeometry() { return ProcessCode::SUCCESS; } -dd4hep::Detector& DD4hepGeometryService::DD4hepGeometryService::detector() { +dd4hep::Detector& DD4hepGeometryService::detector() { if (m_detector == nullptr) { buildDD4hepGeometry(); }