From 64140813dc361481b9af805670d7564019c27f7e Mon Sep 17 00:00:00 2001 From: gjj Date: Thu, 12 Sep 2024 09:32:22 +0800 Subject: [PATCH] blobtree --- algoim/organizer/organizer.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/algoim/organizer/organizer.hpp b/algoim/organizer/organizer.hpp index 70394c3..b91d419 100644 --- a/algoim/organizer/organizer.hpp +++ b/algoim/organizer/organizer.hpp @@ -518,7 +518,7 @@ void quadratureScene(const std::vector>& primitiv buildOcTree(scene, rootNode, leaves); for (const auto& leaf : leaves) { - auto basicRes = basicTask(blobTree, scene, leaf, xmin, xmax, 10); + auto basicRes = basicTask(scene, blobTree, leaf, 10); volume += basicRes.volume; }