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; }