diff options
Diffstat (limited to 'Source/Python/WarpX_py.H')
-rw-r--r-- | Source/Python/WarpX_py.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Python/WarpX_py.H b/Source/Python/WarpX_py.H index ddaa90ddc..83fc91f21 100644 --- a/Source/Python/WarpX_py.H +++ b/Source/Python/WarpX_py.H @@ -23,7 +23,7 @@ * afterEsolve, beforeInitEsolve, afterInitEsolve, * beforedeposition, afterdeposition, particlescraper, * particleloader, beforestep, afterstep, afterdiagnostics, afterrestart, - * oncheckpointsignal, particleinjection and appliedfields. + * oncheckpointsignal, onbreaksignal, particleinjection and appliedfields. */ extern std::map< std::string, WARPX_CALLBACK_PY_FUNC_0 > warpx_callback_py_map; |