h5geo 0.4.0
C++17 and python API to work with geo-data (seismic, wells, maps, other in process) based on HDF5. Aimed at geoscientists and developers.
Loading...
Searching...
No Matches
h5deviation_py.h
1#ifndef H5DEVIATION_PY_H
2#define H5DEVIATION_PY_H
3
4#include "h5geo_py.h"
5
6namespace h5geopy {
7
8void defineDeviationFunctions(py::module_& m);
9
10} // h5geopy
11
12
13#endif // H5DEVIATION_PY_H