aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/ComovingPsatdAlgorithm.H
diff options
context:
space:
mode:
authorGravatar Luca Fedeli <luca.fedeli@cea.fr> 2021-02-12 05:54:11 +0100
committerGravatar GitHub <noreply@github.com> 2021-02-11 20:54:11 -0800
commita2e1ef40dd671da570a1687903f889c91ef12d5b (patch)
treeea2f881267867347f542452fc36071a55727b9ae /Source/FieldSolver/SpectralSolver/SpectralAlgorithms/ComovingPsatdAlgorithm.H
parent4055ee0fd1096d22186e68b8c588f4a8f120d8e8 (diff)
downloadWarpX-a2e1ef40dd671da570a1687903f889c91ef12d5b.tar.gz
WarpX-a2e1ef40dd671da570a1687903f889c91ef12d5b.tar.zst
WarpX-a2e1ef40dd671da570a1687903f889c91ef12d5b.zip
Spectral solver: remove extra semicolons (#1709)
Diffstat (limited to 'Source/FieldSolver/SpectralSolver/SpectralAlgorithms/ComovingPsatdAlgorithm.H')
-rw-r--r--Source/FieldSolver/SpectralSolver/SpectralAlgorithms/ComovingPsatdAlgorithm.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/ComovingPsatdAlgorithm.H b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/ComovingPsatdAlgorithm.H
index 2d9962e4d..2623a3ea6 100644
--- a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/ComovingPsatdAlgorithm.H
+++ b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/ComovingPsatdAlgorithm.H
@@ -33,7 +33,7 @@ class ComovingPsatdAlgorithm : public SpectralBaseAlgorithm
virtual int getRequiredNumberOfFields () const override final
{
return SpectralFieldIndex::n_fields;
- };
+ }
/* \brief Initialize the coefficients needed in the update equations
*/