File tree Expand file tree Collapse file tree
bindings/python/src/mesh/helpers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,10 +31,7 @@ namespace geode
3131{
3232 void define_convert_edged_curve ( pybind11::module & module )
3333 {
34- module
35- .def ( " convert_edged_curve3d_into_2d" ,
36- &convert_edged_curve3d_into_2d )
37- .def ( " merge_edged_curves2D" , &merge_edged_curves< 2 > )
38- .def ( " merge_edged_curves3D" , &merge_edged_curves< 3 > );
34+ module .def (
35+ " convert_edged_curve3d_into_2d" , &convert_edged_curve3d_into_2d );
3936 }
4037} // namespace geode
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ namespace geode
3636 .def ( " convert_solid_mesh_into_tetrahedral_solid" ,
3737 &convert_solid_mesh_into_tetrahedral_solid )
3838 .def ( " convert_grid_into_tetrahedral_solid" ,
39- &convert_grid_into_tetrahedral_solid )
40- .def ( " merge_solid_meshes" , &merge_solid_meshes );
39+ &convert_grid_into_tetrahedral_solid );
4140 }
4241} // namespace geode
Original file line number Diff line number Diff line change @@ -57,8 +57,6 @@ namespace geode
5757 .def ( " convert_triangulated_surface2d_into_3d" ,
5858 &convert_triangulated_surface2d_into_3d )
5959 .def ( " convert_triangulated_surface3d_into_2d" ,
60- &convert_triangulated_surface3d_into_2d )
61- .def ( " merge_surface_meshes2D" , &merge_surface_meshes< 2 > )
62- .def ( " merge_surface_meshes3D" , &merge_surface_meshes< 3 > );
60+ &convert_triangulated_surface3d_into_2d );
6361 }
6462} // namespace geode
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ ExternalProject_Add(gdal
2727 BINARY_DIR ${GDAL_PATH} /build
2828 STAMP_DIR ${GDAL_PATH} /stamp
2929 GIT_REPOSITORY https://github.com/Geode-solutions/gdal
30- GIT_TAG b98359e91c94cfc7486b419da3ba828c98fb31c6
30+ GIT_TAG 18102025
3131 GIT_SHALLOW ON
3232 GIT_PROGRESS ON
3333 GIT_CONFIG core.longpaths=true
You can’t perform that action at this time.
0 commit comments