aboutsummaryrefslogtreecommitdiff
path: root/Source/BoundaryConditions/PML.cpp
diff options
context:
space:
mode:
authorGravatar Axel Huebl <axel.huebl@plasma.ninja> 2021-03-19 08:08:26 -0700
committerGravatar GitHub <noreply@github.com> 2021-03-19 08:08:26 -0700
commit0310202ef8a1ffddbb07d708f5232baae8dd7cb5 (patch)
tree17ff681a0079cad6845057d0bf29e3a080e562fd /Source/BoundaryConditions/PML.cpp
parent2cc2c5e61f593e5ffeb3989ae125c0473443b733 (diff)
downloadWarpX-0310202ef8a1ffddbb07d708f5232baae8dd7cb5.tar.gz
WarpX-0310202ef8a1ffddbb07d708f5232baae8dd7cb5.tar.zst
WarpX-0310202ef8a1ffddbb07d708f5232baae8dd7cb5.zip
Warnings: PSATD+RZ & More (#1814)
* PSATD+RZ: Fix Warnings Fix a couple of warnings in PSATD + RZ. * BesselRoots: Missing Include & using * Kernel & Util: Unused Code & Var
Diffstat (limited to 'Source/BoundaryConditions/PML.cpp')
-rw-r--r--Source/BoundaryConditions/PML.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/BoundaryConditions/PML.cpp b/Source/BoundaryConditions/PML.cpp
index 630703b3b..6f033043a 100644
--- a/Source/BoundaryConditions/PML.cpp
+++ b/Source/BoundaryConditions/PML.cpp
@@ -554,7 +554,7 @@ PML::PML (const int lev, const BoxArray& grid_ba, const DistributionMapping& /*g
if (WarpX::maxwell_solver_id == MaxwellSolverAlgo::PSATD) {
#ifndef WARPX_USE_PSATD
- amrex::ignore_unused(dt);
+ amrex::ignore_unused(lev, dt);
# if(AMREX_SPACEDIM!=3)
amrex::ignore_unused(noy_fft);
# endif