diff options
author | 2020-01-08 11:38:54 -0800 | |
---|---|---|
committer | 2020-01-08 11:38:54 -0800 | |
commit | c14027f2cb02f907d6ffb780dcdd2370c215f159 (patch) | |
tree | 078e17356db2cc38deb65f314058f6828bdf1bc0 /Source/FieldSolver/SpectralSolver/SpectralAlgorithms | |
parent | 51928494512705e2de63b4d4e65b22cf36970f09 (diff) | |
parent | bc0fc9548e6768b454310cbc21d0d2cfcf4b72f0 (diff) | |
download | WarpX-c14027f2cb02f907d6ffb780dcdd2370c215f159.tar.gz WarpX-c14027f2cb02f907d6ffb780dcdd2370c215f159.tar.zst WarpX-c14027f2cb02f907d6ffb780dcdd2370c215f159.zip |
Merge branch 'dev' into comm
Diffstat (limited to 'Source/FieldSolver/SpectralSolver/SpectralAlgorithms')
-rw-r--r-- | Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.H | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.H b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.H index bc7f90fac..b7aed9e40 100644 --- a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.H +++ b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.H @@ -3,7 +3,8 @@ #include <SpectralBaseAlgorithm.H> -/* \brief Class that updates the field in spectral space +/** + * \brief Class that updates the field in spectral space * and stores the coefficients of the corresponding update equation. */ class PsatdAlgorithm : public SpectralBaseAlgorithm |