mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 14:10:34 +05:00
ExportGeom2d for Windows
This commit is contained in:
parent
2f4ff3ab2b
commit
becaacaf73
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user