From 181eea50386d2a60c6cda31ac295009d2594a65f Mon Sep 17 00:00:00 2001 From: Christopher Lackner Date: Mon, 5 Dec 2016 15:10:34 +0100 Subject: [PATCH] typo fix --- libsrc/meshing/python_mesh.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libsrc/meshing/python_mesh.cpp b/libsrc/meshing/python_mesh.cpp index 6c298d61..7efd2842 100644 --- a/libsrc/meshing/python_mesh.cpp +++ b/libsrc/meshing/python_mesh.cpp @@ -613,7 +613,6 @@ DLL_HEADER void ExportNetgenMeshing(py::module &m) py::arg("optsteps3d") = 3, py::arg("only3D_domain") = 0, py::arg("perfstepsend") = MESHCONST_OPTVOLUME, - , "create meshing parameters" ) .def("__str__", &ToString)