diff options
author | 2019-06-03 15:55:48 +0200 | |
---|---|---|
committer | 2019-06-03 15:55:48 +0200 | |
commit | 17f2c26f30c2e2dbffcf5f3becb7dd6ae454b41a (patch) | |
tree | d0237fde2d8732d7735de49bd9c834bfb890d9c4 /Source/Particles/PhotonParticleContainer.cpp | |
parent | ffb2c6a10bcfcf8c2b7a617f0d1ddb9fd8666aec (diff) | |
download | WarpX-17f2c26f30c2e2dbffcf5f3becb7dd6ae454b41a.tar.gz WarpX-17f2c26f30c2e2dbffcf5f3becb7dd6ae454b41a.tar.zst WarpX-17f2c26f30c2e2dbffcf5f3becb7dd6ae454b41a.zip |
Corrected bug
Diffstat (limited to 'Source/Particles/PhotonParticleContainer.cpp')
-rw-r--r-- | Source/Particles/PhotonParticleContainer.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Particles/PhotonParticleContainer.cpp b/Source/Particles/PhotonParticleContainer.cpp index 6e6300bd1..daf196014 100644 --- a/Source/Particles/PhotonParticleContainer.cpp +++ b/Source/Particles/PhotonParticleContainer.cpp @@ -11,8 +11,6 @@ #include <WarpX.H> #include <WarpXConst.H> -#include "breit_wheeler_engine_wrapper.h" - using namespace amrex; PhotonParticleContainer::PhotonParticleContainer (AmrCore* amr_core, int ispecies, |