diff options
Diffstat (limited to 'Source/Python/WarpX_py.H')
-rw-r--r-- | Source/Python/WarpX_py.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Python/WarpX_py.H b/Source/Python/WarpX_py.H index a40df9728..dff61c2b5 100644 --- a/Source/Python/WarpX_py.H +++ b/Source/Python/WarpX_py.H @@ -15,6 +15,7 @@ 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_poissonsolver; 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; |