ExportGeom2d for Windows

This commit is contained in:
Christoph Wintersteiger 2014-10-01 13:28:23 +00:00
parent 2f4ff3ab2b
commit becaacaf73

View File

@ -1243,8 +1243,10 @@ void Ng_InitSolutionData (Ng_SolutionData * soldata) { ; }
#include <boost/python.hpp>
void ExportNetgenMeshing();
void ExportCSG();
void ExportGeom2d();
BOOST_PYTHON_MODULE(nglib) {
ExportCSG();
ExportNetgenMeshing();
ExportGeom2d();
}
#endif