From e538399d99121d37ece3d23f4444342117a9a723 Mon Sep 17 00:00:00 2001 From: Roelof Groenewald <40245517+roelof-groenewald@users.noreply.github.com> Date: Tue, 19 Apr 2022 17:40:53 -0700 Subject: add after diagnostic python callback (#3043) --- Source/Python/WarpX_py.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/Python') 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; -- cgit v1.2.3