We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60dff42 commit b534da1Copy full SHA for b534da1
1 file changed
src/pybind11.cpp
@@ -270,7 +270,7 @@ PYBIND11_MODULE(_pygalmesh, m) {
270
"_generate_mesh", &generate_mesh,
271
py::arg("domain"),
272
py::arg("outfile"),
273
- py::arg("feature_edges") = std::vector<std::vector<std::array<double, 3>>>(),
+ py::arg("extra_feature_edges") = std::vector<std::vector<std::array<double, 3>>>(),
274
py::arg("bounding_sphere_radius") = 0.0,
275
py::arg("lloyd") = false,
276
py::arg("odt") = false,
0 commit comments