Placed the Python cxx wrapping in namespace python::common

This commit is contained in:
Joakim Hove
2019-09-13 09:22:49 +02:00
parent ab51fce599
commit f264c358e7
16 changed files with 38 additions and 30 deletions

View File

@@ -14,7 +14,7 @@ namespace {
}
}
void opmcommon_python::export_Group(py::module& module) {
void python::common::export_Group(py::module& module) {
py::class_< Group2 >( module, "Group")
.def_property_readonly( "name", &Group2::name)