diff options
author | 2020-01-07 15:52:36 -0800 | |
---|---|---|
committer | 2020-01-07 15:52:36 -0800 | |
commit | bed6fa6939db176d4f5987db8792e793951932e5 (patch) | |
tree | 293a28b0217d0628e2db8c2a8729b85e3a15ec2c /Source/FieldSolver/SpectralSolver/SpectralAlgorithms | |
parent | 03043ce368c8c1dbe081c52126e6a61e94b42edb (diff) | |
parent | 8ea11195d34d61e9353da2f00ee081e6d751149b (diff) | |
download | WarpX-bed6fa6939db176d4f5987db8792e793951932e5.tar.gz WarpX-bed6fa6939db176d4f5987db8792e793951932e5.tar.zst WarpX-bed6fa6939db176d4f5987db8792e793951932e5.zip |
Merge pull request #573 from MaxThevenet/reformat_doxygen
Make comments in header files Doxygen-readable
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 |