@@ -87,8 +87,8 @@ PYBIND11_EMBEDDED_MODULE(Smoother, m) {
py::arg(QCoreApplication::translate("PythonDocSmoother","Number of iterations").toLatin1().data()),
py::arg(QCoreApplication::translate("PythonDocSmoother","Direction (String containing either tangential,normal or tangential+normal )").toLatin1().data()),
py::arg(QCoreApplication::translate("PythonDocSmoother","Continuity (String containing either C0 or C1 )").toLatin1().data()),
py::arg(QCoreApplication::translate("PythonDocSmoother","Max distance the smoothed mesh is allowed to differ from the original").toLatin1().data()),
py::arg(QCoreApplication::translate("PythonDocSmoother","Max distance the smoothed mesh is allowed to differ from the original").toLatin1().data())=-1.0,