0 to py::int_ conversion

This commit is contained in:
Joachim Schöberl
2016-11-04 14:55:15 +01:00
parent 7d41e4562a
commit fe356ab3ca
3 changed files with 5 additions and 5 deletions

View File

@@ -267,8 +267,8 @@ DLL_HEADER void ExportNetgenMeshing(py::module &m)
},
py::arg("surfnr")=1,
py::arg("domin")=1,
py::arg("domout")=0,
py::arg("bc")=0,
py::arg("domout")=py::int_(0),
py::arg("bc")=py::int_(0),
"create facedescriptor")
.def("__str__", &ToString<FaceDescriptor>)
.def("__repr__", &ToString<FaceDescriptor>)