This commit is contained in:
Christopher Lackner 2016-12-05 15:10:34 +01:00
parent dc3a214994
commit 181eea5038

View File

@ -613,7 +613,6 @@ DLL_HEADER void ExportNetgenMeshing(py::module &m)
py::arg("optsteps3d") = 3, py::arg("optsteps3d") = 3,
py::arg("only3D_domain") = 0, py::arg("only3D_domain") = 0,
py::arg("perfstepsend") = MESHCONST_OPTVOLUME, py::arg("perfstepsend") = MESHCONST_OPTVOLUME,
,
"create meshing parameters" "create meshing parameters"
) )
.def("__str__", &ToString<MP>) .def("__str__", &ToString<MP>)