diff options
author | 2019-06-03 12:27:50 +0200 | |
---|---|---|
committer | 2019-06-03 12:27:50 +0200 | |
commit | 16a345b0e522f6fdf1bffeb5196b356b0957e326 (patch) | |
tree | aeabbf16ab37ee1d1c55fbba523bf52028db48ce /Source/Particles/PhotonParticleContainer.cpp | |
parent | c0eb69ccbd7a2523ed82220cacb1b4bbcd83bbcf (diff) | |
download | WarpX-16a345b0e522f6fdf1bffeb5196b356b0957e326.tar.gz WarpX-16a345b0e522f6fdf1bffeb5196b356b0957e326.tar.zst WarpX-16a345b0e522f6fdf1bffeb5196b356b0957e326.zip |
corrected bug
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 b80e597c3..41ad13fc2 100644 --- a/Source/Particles/PhotonParticleContainer.cpp +++ b/Source/Particles/PhotonParticleContainer.cpp @@ -106,7 +106,7 @@ PhotonParticleContainer::Evolve (int lev, #ifdef WARPX_QED - void PhysicalParticleContainer::InitOpticalDepth(){ + void PhotonParticleContainer::InitOpticalDepth(){ } #endif |