diff options
author | 2019-11-15 12:20:44 +0100 | |
---|---|---|
committer | 2019-11-15 12:20:44 +0100 | |
commit | cec596f7936e98e0b6a71ef4ed3137c0dfe13758 (patch) | |
tree | 7c4ddb9553d0ca899c0c762857e196bd3b8ae452 /Source/Particles/PhysicalParticleContainer.cpp | |
parent | d067dff2100f8f054dd9e69967b0c62d42ac3828 (diff) | |
download | WarpX-cec596f7936e98e0b6a71ef4ed3137c0dfe13758.tar.gz WarpX-cec596f7936e98e0b6a71ef4ed3137c0dfe13758.tar.zst WarpX-cec596f7936e98e0b6a71ef4ed3137c0dfe13758.zip |
cleaning
Diffstat (limited to 'Source/Particles/PhysicalParticleContainer.cpp')
-rw-r--r-- | Source/Particles/PhysicalParticleContainer.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/Particles/PhysicalParticleContainer.cpp b/Source/Particles/PhysicalParticleContainer.cpp index c67f9d27d..ef8115569 100644 --- a/Source/Particles/PhysicalParticleContainer.cpp +++ b/Source/Particles/PhysicalParticleContainer.cpp @@ -1701,10 +1701,7 @@ PhysicalParticleContainer::PushPX(WarpXParIter& pti, void PhysicalParticleContainer::EvolveOpticalDepth( WarpXParIter& pti, amrex::Real dt) { - //m_shr_p_qs_engine->are_lookup_tables_initialized() is necessary here if we want - //to perform just initialization tests of the optical depth without actually - //enabling QED effects (this requires lookup tables). - if(!has_quantum_sync() || !m_shr_p_qs_engine->are_lookup_tables_initialized()) + if(!has_quantum_sync()) return; QuantumSynchrotronEvolveOpticalDepth evolve_opt = |