mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-27 13:20: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) {
|
PYBIND11_PLUGIN(libstlvis) {
|
||||||
py::module m("csg", "pybind csg");
|
py::module m("stlvis", "pybind stl vis");
|
||||||
ExportSTLVis(m);
|
ExportSTLVis(m);
|
||||||
return m.ptr();
|
return m.ptr();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user