diff options
Diffstat (limited to 'Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.H')
-rw-r--r-- | Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.H b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.H index d0dce0fef..954c313ee 100644 --- a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.H +++ b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.H @@ -156,7 +156,7 @@ class PsatdAlgorithm : public SpectralBaseAlgorithm // Centered modified finite-order k vectors KVectorComponent modified_kx_vec_centered; -#if (AMREX_SPACEDIM==3) +#if defined(WARPX_DIM_3D) KVectorComponent modified_ky_vec_centered; #endif KVectorComponent modified_kz_vec_centered; |