From 4affd616d269b96b151207563829f1637d261fc9 Mon Sep 17 00:00:00 2001 From: Markus Frank <Markus.Frank@cern.ch> Date: Wed, 5 Feb 2020 11:03:55 +0100 Subject: [PATCH] Add support of tessellated shapes for ROOT > 6.19.0 --- DDG4/src/Geant4ShapeConverter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DDG4/src/Geant4ShapeConverter.cpp b/DDG4/src/Geant4ShapeConverter.cpp index 4ed65dcbc..cfa24fc5a 100644 --- a/DDG4/src/Geant4ShapeConverter.cpp +++ b/DDG4/src/Geant4ShapeConverter.cpp @@ -275,7 +275,7 @@ namespace dd4hep { } return g4; } -#endif } // End namespace sim } // End namespace dd4hep +#endif -- GitLab