Skip to content

Commit 5ab0e0d

Browse files
MelchiorSchuhgithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent 75f67a5 commit 5ab0e0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/geode/geosciences/implicit/representation/core/implicit_structural_model.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ namespace geode
9797
std::optional< index_t > containing_polyhedron(
9898
const Block3D& block, const Point3D& point ) const
9999
{
100-
auto closest_tetrahedron = std::get< 0 >( block_mesh_aabb_trees_
100+
auto closest_tetrahedron = std::get< 0 >(
101+
block_mesh_aabb_trees_
101102
.at( block.id() )( create_aabb_tree, block.mesh() )
102103
.closest_element_box(
103104
point, block_distance_to_tetras_.at( block.id() ) ) );

0 commit comments

Comments
 (0)