diff options
Diffstat (limited to 'Source/FieldSolver/SpectralSolver/SpectralSolver.H')
-rw-r--r-- | Source/FieldSolver/SpectralSolver/SpectralSolver.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/FieldSolver/SpectralSolver/SpectralSolver.H b/Source/FieldSolver/SpectralSolver/SpectralSolver.H index e7c336eb8..6e3338fa8 100644 --- a/Source/FieldSolver/SpectralSolver/SpectralSolver.H +++ b/Source/FieldSolver/SpectralSolver/SpectralSolver.H @@ -67,7 +67,7 @@ class SpectralSolver void ComputeSpectralDivE ( const std::array<std::unique_ptr<amrex::MultiFab>,3>& Efield, amrex::MultiFab& divE ) { algorithm->ComputeSpectralDivE( field_data, Efield, divE ); - }; + } /** * \brief Public interface to call the virtual function \c CurrentCorrection, @@ -82,7 +82,7 @@ class SpectralSolver void CurrentCorrection ( std::array<std::unique_ptr<amrex::MultiFab>,3>& current, const std::unique_ptr<amrex::MultiFab>& rho ) { algorithm->CurrentCorrection( field_data, current, rho ); - }; + } /** * \brief Public interface to call the virtual function \c VayDeposition, |