diff options
Diffstat (limited to 'Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.cpp')
-rw-r--r-- | Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.cpp | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.cpp b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.cpp index b2675ff91..8fee0967d 100644 --- a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.cpp +++ b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.cpp @@ -4,10 +4,13 @@ * * License: BSD-3-Clause-LBNL */ -#include <PsatdAlgorithm.H> -#include <WarpXConst.H> +#include "PsatdAlgorithm.H" +#include "Utils/WarpXConst.H" + #include <cmath> + +#if WARPX_USE_PSATD using namespace amrex; /* \brief Initialize coefficients for the update equation */ @@ -176,3 +179,4 @@ void PsatdAlgorithm::InitializeSpectralCoefficients(const SpectralKSpace& spectr }); } } +#endif // WARPX_USE_PSATD |