aboutsummaryrefslogtreecommitdiff
path: root/Source/Parallelization/GuardCellManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Parallelization/GuardCellManager.cpp')
-rw-r--r--Source/Parallelization/GuardCellManager.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/Parallelization/GuardCellManager.cpp b/Source/Parallelization/GuardCellManager.cpp
index 0ec496861..8e4eca183 100644
--- a/Source/Parallelization/GuardCellManager.cpp
+++ b/Source/Parallelization/GuardCellManager.cpp
@@ -29,6 +29,12 @@ guardCellManager::Init(
const amrex::Array<amrex::Real,3> v_galilean,
const bool safe_guard_cells)
{
+#ifndef WARPX_USE_PSATD
+ (void)do_fft_mpi_dec;
+ (void)nox_fft;
+ (void)noy_fft;
+ (void)noz_fft;
+#endif
// When using subcycling, the particles on the fine level perform two pushes
// before being redistributed ; therefore, we need one extra guard cell
// (the particles may move by 2*c*dt)