mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-26 21:00:34 +05:00
fix libstlvis
This commit is contained in:
parent
d081c1d455
commit
e16dfde5e7
@ -1245,8 +1245,8 @@ DLL_HEADER void ExportSTLVis(py::module &m)
|
||||
});
|
||||
}
|
||||
|
||||
PYBIND11_PLUGIN(libcsgvis) {
|
||||
py::module m("csg", "pybind csg");
|
||||
PYBIND11_PLUGIN(libstlvis) {
|
||||
py::module m("stlvis", "pybind stl vis");
|
||||
ExportSTLVis(m);
|
||||
return m.ptr();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user