diff --git a/libsrc/meshing/python_mesh.cpp b/libsrc/meshing/python_mesh.cpp index 931427c8..e2ab32c5 100644 --- a/libsrc/meshing/python_mesh.cpp +++ b/libsrc/meshing/python_mesh.cpp @@ -482,7 +482,7 @@ DLL_HEADER void ExportNetgenMeshing(py::module &m) */ .def("__str__", &ToString) - .def_property_readonly("timestamp", &Mesh::GetTimeStamp) + .def_property_readonly("_timestamp", &Mesh::GetTimeStamp) .def("Load", FunctionPointer ([](Mesh & self, const string & filename) {