diff options
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; |