aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmPml.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmPml.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmPml.cpp b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmPml.cpp
index 0780b8c52..7b8deec30 100644
--- a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmPml.cpp
+++ b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmPml.cpp
@@ -402,10 +402,7 @@ void PsatdAlgorithmPml::InitializeSpectralCoefficients (
}
void
-PsatdAlgorithmPml::CurrentCorrection (const int /*lev*/,
- SpectralFieldData& /*field_data*/,
- std::array<std::unique_ptr<amrex::MultiFab>,3>& /*current*/,
- const std::unique_ptr<amrex::MultiFab>& /*rho*/)
+PsatdAlgorithmPml::CurrentCorrection (SpectralFieldData& /*field_data*/)
{
amrex::Abort("Current correction not implemented for PML PSATD");
}