diff options
Diffstat (limited to 'Source/Python/WarpX_py.H')
-rw-r--r-- | Source/Python/WarpX_py.H | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Python/WarpX_py.H b/Source/Python/WarpX_py.H index 5e2738896..ddaa90ddc 100644 --- a/Source/Python/WarpX_py.H +++ b/Source/Python/WarpX_py.H @@ -20,7 +20,8 @@ * The keys of the map describe at what point in the simulation the python * functions will be called. Currently supported keys (callback points) are * afterinit, beforecollisions, aftercollisions, beforeEsolve, poissonsolver, - * afterEsolve, beforedeposition, afterdeposition, particlescraper, + * afterEsolve, beforeInitEsolve, afterInitEsolve, + * beforedeposition, afterdeposition, particlescraper, * particleloader, beforestep, afterstep, afterdiagnostics, afterrestart, * oncheckpointsignal, particleinjection and appliedfields. */ |