aboutsummaryrefslogtreecommitdiff
path: root/Source/Parallelization/WarpXComm_K.H
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Parallelization/WarpXComm_K.H')
-rw-r--r--Source/Parallelization/WarpXComm_K.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Parallelization/WarpXComm_K.H b/Source/Parallelization/WarpXComm_K.H
index 5995243f5..f81f61f55 100644
--- a/Source/Parallelization/WarpXComm_K.H
+++ b/Source/Parallelization/WarpXComm_K.H
@@ -803,6 +803,7 @@ void warpx_interp (const int j,
else // PSATD (finite-order interpolation)
{
#if (AMREX_SPACEDIM == 1)
+ amrex::ignore_unused(stencil_coeffs_z);
amrex::Abort("PSATD not implemented in 1D");
#endif