Skip to content

Commit

Permalink
Update DDCore/src/plugins/DetectorChecksum.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
andresailer authored Jan 13, 2024
1 parent e942539 commit 76eabb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DDCore/src/plugins/DetectorChecksum.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 << "\"";
}
Expand Down

0 comments on commit 76eabb7

Please sign in to comment.