aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/SpectralSolver/SpectralAlgorithms
diff options
context:
space:
mode:
authorGravatar Andrew Myers <atmyers2@gmail.com> 2020-01-09 10:24:41 -0800
committerGravatar Andrew Myers <atmyers2@gmail.com> 2020-01-09 10:24:41 -0800
commite45710b641c01970a1cc9eb2eae244899091106b (patch)
treefe5b62f2406a915e9026805cd7ed4f102d1552bf /Source/FieldSolver/SpectralSolver/SpectralAlgorithms
parentbbaf7f627fc272c4d47849f42cadf29231648f5a (diff)
parent0b25b1b68f1b70e965295505d1503a3e57b6c2cc (diff)
downloadWarpX-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.H3
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