mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 22:20:35 +05:00
[ngcore] ngspickle ngcore_api
This commit is contained in:
parent
c9bf930219
commit
99c95757a3
@ -943,7 +943,7 @@ namespace ngcore
|
|||||||
};
|
};
|
||||||
|
|
||||||
template<typename T, typename T_ARCHIVE_OUT=BinaryOutArchive, typename T_ARCHIVE_IN=BinaryInArchive>
|
template<typename T, typename T_ARCHIVE_OUT=BinaryOutArchive, typename T_ARCHIVE_IN=BinaryInArchive>
|
||||||
auto NGSPickle()
|
NGCORE_API auto NGSPickle()
|
||||||
{
|
{
|
||||||
return pybind11::pickle([](T* self)
|
return pybind11::pickle([](T* self)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user