diff options
author | 2019-10-17 13:55:54 -0700 | |
---|---|---|
committer | 2019-10-17 13:55:54 -0700 | |
commit | 6df53e1380fa991b07645006b992d517bea93151 (patch) | |
tree | 01a82b676466274577dda43961cb01a7d1de3f81 /Docs/source/running_cpp | |
parent | d3038f77914e7e296a1135453fbd79082d78105e (diff) | |
download | WarpX-6df53e1380fa991b07645006b992d517bea93151.tar.gz WarpX-6df53e1380fa991b07645006b992d517bea93151.tar.zst WarpX-6df53e1380fa991b07645006b992d517bea93151.zip |
I finally rememebred to delete EOl before the PR
Diffstat (limited to 'Docs/source/running_cpp')
-rw-r--r-- | Docs/source/running_cpp/parameters.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Docs/source/running_cpp/parameters.rst b/Docs/source/running_cpp/parameters.rst index 21cdfc08e..328dde8ce 100644 --- a/Docs/source/running_cpp/parameters.rst +++ b/Docs/source/running_cpp/parameters.rst @@ -389,7 +389,7 @@ Particle initialization * ``E_external & B_external`` (list of `float`) optional (default `0.0`) Two seperate paramters which add a uniform E-field or B-field to each particle which is then added to the field values gathered from the grid in the - PIC cycle. + PIC cycle. Laser initialization -------------------- @@ -577,7 +577,7 @@ Laser initialization ``mirror_z_width < dz/cell_size``, the upper bound of the mirror is increased so that it contains at least ``mirror_z_npoints``. - + Numerics and algorithms ----------------------- |