aboutsummaryrefslogtreecommitdiff
path: root/Source/Python/WarpX_py.H
diff options
context:
space:
mode:
authorGravatar Roelof Groenewald <40245517+roelof-groenewald@users.noreply.github.com> 2022-07-22 13:02:06 -0700
committerGravatar GitHub <noreply@github.com> 2022-07-22 13:02:06 -0700
commit812456172e3223687e986ed27a95c6d402723120 (patch)
tree51f1aeebe87c9ef3186a26397450692b72d7b2b4 /Source/Python/WarpX_py.H
parent12cc7641e5c071d6db701f229050c89ed2e53966 (diff)
downloadWarpX-812456172e3223687e986ed27a95c6d402723120.tar.gz
WarpX-812456172e3223687e986ed27a95c6d402723120.tar.zst
WarpX-812456172e3223687e986ed27a95c6d402723120.zip
Add Python Callback Call when Checkpointing Signal is Received (#3251)
Diffstat (limited to 'Source/Python/WarpX_py.H')
-rw-r--r--Source/Python/WarpX_py.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Python/WarpX_py.H b/Source/Python/WarpX_py.H
index a0392a203..5e2738896 100644
--- a/Source/Python/WarpX_py.H
+++ b/Source/Python/WarpX_py.H
@@ -22,7 +22,7 @@
* afterinit, beforecollisions, aftercollisions, beforeEsolve, poissonsolver,
* afterEsolve, beforedeposition, afterdeposition, particlescraper,
* particleloader, beforestep, afterstep, afterdiagnostics, afterrestart,
- * particleinjection and appliedfields.
+ * oncheckpointsignal, particleinjection and appliedfields.
*/
extern std::map< std::string, WARPX_CALLBACK_PY_FUNC_0 > warpx_callback_py_map;