diff options
Diffstat (limited to 'Source/Particles/PhotonParticleContainer.cpp')
-rw-r--r-- | Source/Particles/PhotonParticleContainer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Particles/PhotonParticleContainer.cpp b/Source/Particles/PhotonParticleContainer.cpp index 9eee508f1..94dd2ef39 100644 --- a/Source/Particles/PhotonParticleContainer.cpp +++ b/Source/Particles/PhotonParticleContainer.cpp @@ -16,7 +16,7 @@ #include "Particles/Gather/FieldGather.H" #include "Particles/Gather/GetExternalFields.H" -#ifdef _OPENMP +#ifdef AMREX_USE_OMP #include <omp.h> #endif |