From e0622edb471f9cadbdd58a4468890dc091936151 Mon Sep 17 00:00:00 2001 From: Markus FRANK <Markus.Frank@cern.ch> Date: Wed, 10 Feb 2021 10:31:00 +0100 Subject: [PATCH] Enable locking mechanism to switch unit system --- DDCore/src/DetectorImp.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/DDCore/src/DetectorImp.cpp b/DDCore/src/DetectorImp.cpp index d3e98ec0e..2263fc4d3 100644 --- a/DDCore/src/DetectorImp.cpp +++ b/DDCore/src/DetectorImp.cpp @@ -197,7 +197,6 @@ DetectorImp::DetectorImp(const string& name) new(table) TGeoElementTable(); // This will initialize the table without filling: table->AddElement("VACUUM","VACUUM", 1, 1, 1e-15); - // table->Print(); #endif } if ( 0 == gGeoIdentity ) -- GitLab