diff options
Diffstat (limited to 'Source/WarpX_py.H')
-rw-r--r-- | Source/WarpX_py.H | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/Source/WarpX_py.H b/Source/WarpX_py.H index 75977acf2..d8cf22155 100644 --- a/Source/WarpX_py.H +++ b/Source/WarpX_py.H @@ -4,7 +4,20 @@ #include <WarpXWrappers.h> extern "C" { - extern WARPX_CALLBACK_PY_FUNC_1 warpx_py_print_step; + + 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 |