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

@@ -85,7 +85,7 @@ namespace {
}
void sunbeam::export_EclipseState(py::module& module) {
void opmcommon_python::export_EclipseState(py::module& module) {
py::class_< EclipseState >( module, "EclipseState" )
.def_property_readonly( "title", &EclipseState::getTitle )