diff options
author | 2021-07-07 07:42:04 +0200 | |
---|---|---|
committer | 2021-07-06 22:42:04 -0700 | |
commit | 02a7c2c7909ca0677c1933188a158287323a74ac (patch) | |
tree | efcea5c0972066411132981467402e157c681608 /Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.H | |
parent | 39b45556a41d526cad98e398659c43d89795086a (diff) | |
download | WarpX-02a7c2c7909ca0677c1933188a158287323a74ac.tar.gz WarpX-02a7c2c7909ca0677c1933188a158287323a74ac.tar.zst WarpX-02a7c2c7909ca0677c1933188a158287323a74ac.zip |
remove extra semicolon (#2052)
Diffstat (limited to 'Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.H')
-rw-r--r-- | Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.H b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.H index b7f349bb0..a6b2e3f7e 100644 --- a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.H +++ b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.H @@ -84,7 +84,7 @@ class PsatdAlgorithm : public SpectralBaseAlgorithm return SpectralFieldIndex::n_fields; } } - }; + } /** * \brief Initializes the coefficients used in \c pushSpectralFields to update the E and B fields |