Add Python wrapping for OpmLog

This commit is contained in:
Joakim Hove
2019-09-16 18:33:50 +02:00
parent 883fb1a337
commit 230c4494ed
9 changed files with 64 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ void export_Parser(py::module& module);
void export_Schedule(py::module& module);
void export_TableManager(py::module& module);
void export_Well(py::module& module);
void export_Log(py::module& module);
}
#endif //SUNBEAM_HPP