From eb07f18b380cb6b7205c05e7828f00a0fa2b8161 Mon Sep 17 00:00:00 2001 From: MaxThevenet Date: Tue, 12 Feb 2019 10:42:13 -0800 Subject: re-order tree structure of source code --- Source/Python/WarpX_py.H | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Source/Python/WarpX_py.H (limited to 'Source/Python/WarpX_py.H') diff --git a/Source/Python/WarpX_py.H b/Source/Python/WarpX_py.H new file mode 100644 index 000000000..d8cf22155 --- /dev/null +++ b/Source/Python/WarpX_py.H @@ -0,0 +1,23 @@ +#ifndef WARPX_PY_H_ +#define WARPX_PY_H_ + +#include + +extern "C" { + + extern WARPX_CALLBACK_PY_FUNC_0 warpx_py_afterinit; + extern WARPX_CALLBACK_PY_FUNC_0 warpx_py_beforeEsolve; + extern WARPX_CALLBACK_PY_FUNC_0 warpx_py_afterEsolve; + extern WARPX_CALLBACK_PY_FUNC_0 warpx_py_beforedeposition; + extern WARPX_CALLBACK_PY_FUNC_0 warpx_py_afterdeposition; + extern WARPX_CALLBACK_PY_FUNC_0 warpx_py_particlescraper; + extern WARPX_CALLBACK_PY_FUNC_0 warpx_py_particleloader; + extern WARPX_CALLBACK_PY_FUNC_0 warpx_py_beforestep; + extern WARPX_CALLBACK_PY_FUNC_0 warpx_py_afterstep; + extern WARPX_CALLBACK_PY_FUNC_0 warpx_py_afterrestart; + extern WARPX_CALLBACK_PY_FUNC_0 warpx_py_particleinjection; + extern WARPX_CALLBACK_PY_FUNC_0 warpx_py_appliedfields; + +} + +#endif -- cgit v1.2.3