We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9b0ccc commit 1da8dfeCopy full SHA for 1da8dfe
include/geode/mesh/helpers/remove_vertex_duplication.hpp
@@ -53,6 +53,6 @@ namespace geode
53
void remove_vertex_duplication( const SurfaceMesh< dimension >& mesh,
54
SurfaceMeshBuilder< dimension >& builder );
55
56
- void remove_vertex_duplication(
+ void opengeode_mesh_api remove_vertex_duplication(
57
const SolidMesh3D& mesh, SolidMeshBuilder3D& builder );
58
} // namespace geode
0 commit comments