From 493040cf1d8f23081613d6aeaa2cfd4e87563973 Mon Sep 17 00:00:00 2001
From: Markus Frank <Markus.Frank@cern.ch>
Date: Wed, 13 Oct 2021 16:05:52 +0200
Subject: [PATCH] Undo changes to test for rotations (PR #871

---
 DDCore/src/Volumes.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/DDCore/src/Volumes.cpp b/DDCore/src/Volumes.cpp
index d4b4999c4..a4e727be8 100644
--- a/DDCore/src/Volumes.cpp
+++ b/DDCore/src/Volumes.cpp
@@ -58,7 +58,7 @@ ClassImp(PlacedVolumeExtension)
 
 namespace {
 
-  static constexpr double s_rotation_test_limit = 1e-14;
+  static constexpr double s_rotation_test_limit = 1e-12;
   static bool s_verifyCopyNumbers = true;
 
   template <typename T> typename T::Object* _userExtension(const T& v)  {
-- 
GitLab