mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 22:20:35 +05:00
change timestamp to python private convention
This commit is contained in:
parent
8e73ba68fc
commit
375460b75d
@ -482,7 +482,7 @@ DLL_HEADER void ExportNetgenMeshing(py::module &m)
|
||||
*/
|
||||
|
||||
.def("__str__", &ToString<Mesh>)
|
||||
.def_property_readonly("timestamp", &Mesh::GetTimeStamp)
|
||||
.def_property_readonly("_timestamp", &Mesh::GetTimeStamp)
|
||||
.def("Load", FunctionPointer
|
||||
([](Mesh & self, const string & filename)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user