Placed the Python cxx wrapping in namespace python::common
This commit is contained in:
@@ -90,7 +90,7 @@ namespace {
|
||||
|
||||
}
|
||||
|
||||
void opmcommon_python::export_Schedule(py::module& module) {
|
||||
void python::common::export_Schedule(py::module& module) {
|
||||
|
||||
py::class_< Schedule >( module, "Schedule")
|
||||
.def("_groups", &get_groups )
|
||||
|
||||
Reference in New Issue
Block a user