diff --git a/macro/geometry/check_overlaps.C b/macro/geometry/check_overlaps.C
index 704a1af65c749670d00e2713e954430622070c9f..6776735dad0ddd7f818f172e47ef3af928d5a430 100644
--- a/macro/geometry/check_overlaps.C
+++ b/macro/geometry/check_overlaps.C
@@ -1,4 +1,4 @@
-/* Copyright (C) 2010-2023 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt
+/* Copyright (C) 2010-2024 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt
    SPDX-License-Identifier: GPL-3.0-only
    Authors: Volker Friese, P.-A. Loizeau, Florian Uhlig [committer] */
 
@@ -358,7 +358,7 @@ void check_overlaps(TString dataset = "test", TString alignment_matrices = "")
   }
   std::cout << std::endl;
 
-  gGeoManager->CheckOverlaps(0.0001, "s");
+  gGeoManager->CheckOverlaps(0.0001, "s2000000");
   TIter next1(gGeoManager->GetListOfOverlaps());
   while ((ov = (TGeoOverlap*) next1())) {
 
@@ -384,7 +384,4 @@ void check_overlaps(TString dataset = "test", TString alignment_matrices = "")
     std::cout << " Test passed" << std::endl;
     std::cout << " All ok " << std::endl;
   }
-
-
-  //RemoveGeoManager();
 }