Files
opm-common/sunbeam/eclipse_config.hpp
Jens Gåsemyr Magnus 8f89b598f4 Split sunbeam.cpp
Split file in order to enhance c++ source file structure
2017-09-04 15:40:22 +02:00

19 lines
280 B
C++

#ifndef SUNBEAM_ECLIPSE_CONFIG_HPP
#define SUNBEAM_ECLIPSE_CONFIG_HPP
#include <boost/python.hpp>
namespace Opm {
}
namespace eclipse_config {
namespace py = boost::python;
using namespace Opm;
void export_EclipseConfig();
}
#endif //SUNBEAM_ECLIPSE_CONFIG_HPP