Skip to content

Commit 4887add

Browse files
committed
fix(SectionTopologyInspector): Removed forgotten functions using blocks in Section
1 parent 497d3d4 commit 4887add

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

bindings/python/src/inspector/topology/section_topology.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@
4343
.def( "nb_surfaces_meshed_but_not_linked_to_a_unique_vertex", \
4444
&SectionTopologyInspector:: \
4545
nb_surfaces_meshed_but_not_linked_to_a_unique_vertex ) \
46-
.def( "nb_blocks_meshed_but_not_linked_to_a_unique_vertex", \
47-
&SectionTopologyInspector:: \
48-
nb_blocks_meshed_but_not_linked_to_a_unique_vertex ) \
4946
.def( "invalid_components_topology_unique_vertices", \
5047
&SectionTopologyInspector:: \
5148
invalid_components_topology_unique_vertices ) \

include/geode/inspector/topology/section_topology.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ namespace geode
5959

6060
index_t nb_surfaces_meshed_but_not_linked_to_a_unique_vertex() const;
6161

62-
index_t nb_blocks_meshed_but_not_linked_to_a_unique_vertex() const;
63-
6462
std::vector< index_t >
6563
invalid_components_topology_unique_vertices() const;
6664

0 commit comments

Comments
 (0)