OGS
PythonBoundaryConditionModule.h
Go to the documentation of this file.
1
11#pragma once
12
13#include <pybind11/pybind11.h>
14
16
17namespace ProcessLib
18{
20OGS_EXPORT_SYMBOL void pythonBindBoundaryCondition(pybind11::module& m);
21} // namespace ProcessLib
#define OGS_EXPORT_SYMBOL
void pythonBindBoundaryCondition(pybind11::module &m)
Creates Python bindings for the Python BC class.