From b7247062e92a6c121691482b63799d13c9256bdb Mon Sep 17 00:00:00 2001
From: Behzad Safaei <iwia103h@alex1.nhr.fau.de>
Date: Fri, 4 Apr 2025 21:15:35 +0200
Subject: [PATCH] Remove vtk debug

---
 runtime/domain/block_forest.cpp | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/runtime/domain/block_forest.cpp b/runtime/domain/block_forest.cpp
index 42543cb..29d2106 100644
--- a/runtime/domain/block_forest.cpp
+++ b/runtime/domain/block_forest.cpp
@@ -260,14 +260,6 @@ void BlockForest::setBoundingBox() {
             else{
                 aabb_union.merge(aabb);
             }
-
-            if(rank==15){
-                vtk_write_aabb(this->ps, "output/non_empty_aabbs_", block_idx, 
-                    aabb.xMin(), aabb.xMax(), 
-                    aabb.yMin(), aabb.yMax(), 
-                    aabb.zMin(), aabb.zMax());
-            }
-
         }
         ++block_idx;
     }
-- 
GitLab