File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
bindings/python/src/inspector/topology
include/geode/inspector/topology Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 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 ) \
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments