Skip to content
Snippets Groups Projects
Commit b7247062 authored by Behzad Safaei's avatar Behzad Safaei
Browse files

Remove vtk debug

parent e2afacb2
Branches
No related merge requests found
......@@ -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;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment