aboutsummaryrefslogtreecommitdiff
path: root/Source/Python
diff options
context:
space:
mode:
authorGravatar Roelof Groenewald <40245517+roelof-groenewald@users.noreply.github.com> 2022-04-19 17:40:53 -0700
committerGravatar GitHub <noreply@github.com> 2022-04-19 17:40:53 -0700
commite538399d99121d37ece3d23f4444342117a9a723 (patch)
tree418045efa6009eff78df101952eb1394e7722d88 /Source/Python
parenta45bc79affbcefc939fd783ec74d0e43d0807fce (diff)
downloadWarpX-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.H4
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;