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

@@ -41,7 +41,7 @@ namespace {
}
void sunbeam::export_EclipseGrid(py::module& module) {
void opmcommon_python::export_EclipseGrid(py::module& module) {
py::class_< EclipseGrid >( module, "EclipseGrid")
.def( "_getXYZ", &getXYZ )