aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/SpectralBaseAlgorithm.H
diff options
context:
space:
mode:
authorGravatar Prabhat Kumar <89051199+prkkumar@users.noreply.github.com> 2021-12-08 15:27:38 -0800
committerGravatar GitHub <noreply@github.com> 2021-12-08 23:27:38 +0000
commit583c78e563f7a74e89fb49ff77c7a93c0baaad78 (patch)
treeaf71f27e07f68a26bc64bacfed976d64c8c7bf0b /Source/FieldSolver/SpectralSolver/SpectralAlgorithms/SpectralBaseAlgorithm.H
parent6577874ae22634fee907fe9180080f7e6998afa1 (diff)
downloadWarpX-583c78e563f7a74e89fb49ff77c7a93c0baaad78.tar.gz
WarpX-583c78e563f7a74e89fb49ff77c7a93c0baaad78.tar.zst
WarpX-583c78e563f7a74e89fb49ff77c7a93c0baaad78.zip
Replace AMREX_SPACEDIM: Evolve & FieldSolver (#2642)
* AMREX_SPACEDIM : Boundary Conditions * AMREX_SPACEDIM : Parallelization * Fix compilation * AMREX_SPACEDIM : Initialization * Fix Typo * space * AMREX_SPACEDIM : Particles * AMREX_SPACEDIM : Evolve and FieldSolver
Diffstat (limited to 'Source/FieldSolver/SpectralSolver/SpectralAlgorithms/SpectralBaseAlgorithm.H')
-rw-r--r--Source/FieldSolver/SpectralSolver/SpectralAlgorithms/SpectralBaseAlgorithm.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/SpectralBaseAlgorithm.H b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/SpectralBaseAlgorithm.H
index 4a35871cd..ad9f9925e 100644
--- a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/SpectralBaseAlgorithm.H
+++ b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/SpectralBaseAlgorithm.H
@@ -102,7 +102,7 @@ class SpectralBaseAlgorithm
// Modified finite-order vectors
KVectorComponent modified_kx_vec;
-#if (AMREX_SPACEDIM==3)
+#if defined(WARPX_DIM_3D)
KVectorComponent modified_ky_vec;
#endif
KVectorComponent modified_kz_vec;