We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fa7eef commit 608785bCopy full SHA for 608785b
geom/test/test_boolean_extrusion.cxx
@@ -11,6 +11,9 @@
11
TEST(Geometry, NoExtrusionInUnionSpan)
12
{
13
// import a GDML geometry with a policone inside a union of two polycones and a tube
14
+ TGeoManager::LockDefaultUnits(kFALSE);
15
+ TGeoManager::SetDefaultUnits(TGeoManager::kRootUnits);
16
+ TGeoManager::LockDefaultUnits(kTRUE);
17
auto geom = TGeoManager::Import("no_extrusion.gdml");
18
EXPECT_NE(geom, nullptr);
19
if (!geom) {
0 commit comments