1
0
mirror of https://github.com/NGSolve/netgen.git synced 2025-04-24 16:12:03 +05:00

Boost Python Module added

This commit is contained in:
Christoph Wintersteiger 2014-09-26 09:34:25 +00:00
parent 0a260bc053
commit 908ac2bf0b

@ -249,6 +249,9 @@ void ExportGeom2d()
}
BOOST_PYTHON_MODULE(libgeom2d) {
ExportGeom2d();
}
#endif