diff options
author | 2020-01-09 10:24:41 -0800 | |
---|---|---|
committer | 2020-01-09 10:24:41 -0800 | |
commit | e45710b641c01970a1cc9eb2eae244899091106b (patch) | |
tree | fe5b62f2406a915e9026805cd7ed4f102d1552bf /Source/FieldSolver/SpectralSolver/SpectralAlgorithms | |
parent | bbaf7f627fc272c4d47849f42cadf29231648f5a (diff) | |
parent | 0b25b1b68f1b70e965295505d1503a3e57b6c2cc (diff) | |
download | WarpX-e45710b641c01970a1cc9eb2eae244899091106b.tar.gz WarpX-e45710b641c01970a1cc9eb2eae244899091106b.tar.zst WarpX-e45710b641c01970a1cc9eb2eae244899091106b.zip |
Merge branch 'dev' into elementary_process
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 |