We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75f67a5 commit 5ab0e0dCopy full SHA for 5ab0e0d
src/geode/geosciences/implicit/representation/core/implicit_structural_model.cpp
@@ -97,7 +97,8 @@ namespace geode
97
std::optional< index_t > containing_polyhedron(
98
const Block3D& block, const Point3D& point ) const
99
{
100
- auto closest_tetrahedron = std::get< 0 >( block_mesh_aabb_trees_
+ auto closest_tetrahedron = std::get< 0 >(
101
+ block_mesh_aabb_trees_
102
.at( block.id() )( create_aabb_tree, block.mesh() )
103
.closest_element_box(
104
point, block_distance_to_tetras_.at( block.id() ) ) );
0 commit comments