mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +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>
|
||||
auto NGSPickle()
|
||||
NGCORE_API auto NGSPickle()
|
||||
{
|
||||
return pybind11::pickle([](T* self)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user