Skip to content

Commit b534da1

Browse files
committed
rename variable
1 parent 60dff42 commit b534da1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pybind11.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ PYBIND11_MODULE(_pygalmesh, m) {
270270
"_generate_mesh", &generate_mesh,
271271
py::arg("domain"),
272272
py::arg("outfile"),
273-
py::arg("feature_edges") = std::vector<std::vector<std::array<double, 3>>>(),
273+
py::arg("extra_feature_edges") = std::vector<std::vector<std::array<double, 3>>>(),
274274
py::arg("bounding_sphere_radius") = 0.0,
275275
py::arg("lloyd") = false,
276276
py::arg("odt") = false,

0 commit comments

Comments
 (0)