fixes
This commit is contained in:
+2
-2
@@ -25,8 +25,8 @@ void makeSystemBuilder(M& m, std::string name){
|
||||
.def("visualize", &SystemBuilder::visualize);
|
||||
}
|
||||
|
||||
PYBIND11_MODULE(bindings, m) {
|
||||
m.doc() = "pybind11 example plugin"; // optional module docstring
|
||||
PYBIND11_MODULE(minicalo, m) {
|
||||
m.doc() = "pybind11 plugin"; // optional module docstring
|
||||
makeConstructionWrapper(m, "ConstructionWrapper");
|
||||
makeSystemBuilder(m, "SystemBuilder");
|
||||
}
|
||||
Reference in New Issue
Block a user