From d3177a63761c63544160d0ed20e81d0292fff886 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Sat, 19 Aug 2023 00:32:10 -0500 Subject: [PATCH] Skipping ipc setup. That should happen externally --- src/RTI.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/RTI.cpp b/src/RTI.cpp index aef7c57..2b8d41a 100644 --- a/src/RTI.cpp +++ b/src/RTI.cpp @@ -35,8 +35,6 @@ moab::ErrorCode RayTracingInterface::init() mdam = std::shared_ptr(new MBDirectAccess(MBI)); - GTT->setup_implicit_complement(); - // detemine how many volumes are in the MOAB file moab::Range vols; rval = get_vols(vols);