From 19c51c7c979962fcfc1dc8d03ff04cd233593bf7 Mon Sep 17 00:00:00 2001 From: Edoardo Zoni <59625522+EZoni@users.noreply.github.com> Date: Wed, 16 Feb 2022 19:01:36 -0800 Subject: Refactor Current Correction Functions (#2839) * Refactor Current Correction Functions * Clean Up, Reset Benchmark --- .../SpectralSolver/SpectralAlgorithms/PsatdAlgorithmPml.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmPml.cpp') 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,3>& /*current*/, - const std::unique_ptr& /*rho*/) +PsatdAlgorithmPml::CurrentCorrection (SpectralFieldData& /*field_data*/) { amrex::Abort("Current correction not implemented for PML PSATD"); } -- cgit v1.2.3