From 812456172e3223687e986ed27a95c6d402723120 Mon Sep 17 00:00:00 2001 From: Roelof Groenewald <40245517+roelof-groenewald@users.noreply.github.com> Date: Fri, 22 Jul 2022 13:02:06 -0700 Subject: Add Python Callback Call when Checkpointing Signal is Received (#3251) --- Source/Python/WarpX_py.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Python/WarpX_py.H') 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; -- cgit v1.2.3