This commit is contained in:
Matthias Hochsteger
2016-01-29 15:29:03 +01:00
parent da7cd7c0ad
commit 2a2b728d55
2 changed files with 2 additions and 2 deletions

View File

@@ -296,7 +296,7 @@ DLL_HEADER void ExportNetgenMeshing()
;
#if BOOST_VERSION < 106000
#if BOOST_VERSION >= 106000
bp::register_ptr_to_python<shared_ptr<Mesh>>();
#endif
bp::class_<Mesh,shared_ptr<Mesh>,boost::noncopyable>("Mesh", bp::no_init)