namespace sunbeam -> opmcommon_python.

This commit is contained in:
Steinar Foss
2019-08-15 11:35:28 +02:00
parent c94ed2f643
commit 36338c8a71
15 changed files with 27 additions and 27 deletions

View File

@@ -37,7 +37,7 @@ namespace {
}
void sunbeam::export_Deck(py::module &module) {
void opmcommon_python::export_Deck(py::module &module) {
py::class_< Deck >(module, "Deck")
.def( "__len__", &size )