diff options
author | 2019-12-18 09:00:43 -0800 | |
---|---|---|
committer | 2019-12-18 09:00:43 -0800 | |
commit | 11516e4e0ec304f5acb7044f84875fb327b46fa0 (patch) | |
tree | 4937709090cf6a88d9a77dc3315e4c65e7f61bd9 /Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.H | |
parent | d76fa513ff75ee723de8b8a055f8106105fbe058 (diff) | |
download | WarpX-11516e4e0ec304f5acb7044f84875fb327b46fa0.tar.gz WarpX-11516e4e0ec304f5acb7044f84875fb327b46fa0.tar.zst WarpX-11516e4e0ec304f5acb7044f84875fb327b46fa0.zip |
Make comments in header files Doxygen-readable
Diffstat (limited to 'Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.H')
-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 |