From 76eabb736d5fb100f8e8c19523e22dd6b9b3a38e Mon Sep 17 00:00:00 2001 From: Andre Sailer Date: Sat, 13 Jan 2024 22:29:15 +0100 Subject: [PATCH] Update DDCore/src/plugins/DetectorChecksum.cpp --- DDCore/src/plugins/DetectorChecksum.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DDCore/src/plugins/DetectorChecksum.cpp b/DDCore/src/plugins/DetectorChecksum.cpp index c5b92efd6..0415aeb5f 100644 --- a/DDCore/src/plugins/DetectorChecksum.cpp +++ b/DDCore/src/plugins/DetectorChecksum.cpp @@ -623,7 +623,7 @@ const DetectorChecksum::entry_t& DetectorChecksum::handleSolid(Solid solid) cons #if ROOT_VERSION_CODE >= ROOT_VERSION(6,31,1) auto vertexIndex = facet[ivertex]; #else - auto vertexIndex = facet.GetVertexIndex(ivertex) + auto vertexIndex = facet.GetVertexIndex(ivertex); #endif log << " vertex" << ivertex + 1 << "=\"" << nam << "_v" << vertexIndex << "\""; }