diff options
author | 2022-04-19 17:40:53 -0700 | |
---|---|---|
committer | 2022-04-19 17:40:53 -0700 | |
commit | e538399d99121d37ece3d23f4444342117a9a723 (patch) | |
tree | 418045efa6009eff78df101952eb1394e7722d88 /Source/Python | |
parent | a45bc79affbcefc939fd783ec74d0e43d0807fce (diff) | |
download | WarpX-e538399d99121d37ece3d23f4444342117a9a723.tar.gz WarpX-e538399d99121d37ece3d23f4444342117a9a723.tar.zst WarpX-e538399d99121d37ece3d23f4444342117a9a723.zip |
add after diagnostic python callback (#3043)
Diffstat (limited to 'Source/Python')
-rw-r--r-- | Source/Python/WarpX_py.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Python/WarpX_py.H b/Source/Python/WarpX_py.H index 15076ea35..a0392a203 100644 --- a/Source/Python/WarpX_py.H +++ b/Source/Python/WarpX_py.H @@ -21,8 +21,8 @@ * functions will be called. Currently supported keys (callback points) are * afterinit, beforecollisions, aftercollisions, beforeEsolve, poissonsolver, * afterEsolve, beforedeposition, afterdeposition, particlescraper, - * particleloader, beforestep, afterstep, afterrestart, particleinjection and - * appliedfields. + * particleloader, beforestep, afterstep, afterdiagnostics, afterrestart, + * particleinjection and appliedfields. */ extern std::map< std::string, WARPX_CALLBACK_PY_FUNC_0 > warpx_callback_py_map; |