diff options
author | 2019-10-11 15:21:57 +0200 | |
---|---|---|
committer | 2019-10-11 15:21:57 +0200 | |
commit | 2cbb00e200bf52fdfc982d5c71ab8e54624bf9a1 (patch) | |
tree | a300b35f840bbe00d6a8ce84ac7ebd958a6c93ec /Source/Particles/PhysicalParticleContainer.cpp | |
parent | 7df331a7c81899600240aab5954b8950d01ba4f5 (diff) | |
download | WarpX-2cbb00e200bf52fdfc982d5c71ab8e54624bf9a1.tar.gz WarpX-2cbb00e200bf52fdfc982d5c71ab8e54624bf9a1.tar.zst WarpX-2cbb00e200bf52fdfc982d5c71ab8e54624bf9a1.zip |
Style changes
Diffstat (limited to 'Source/Particles/PhysicalParticleContainer.cpp')
-rw-r--r-- | Source/Particles/PhysicalParticleContainer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Particles/PhysicalParticleContainer.cpp b/Source/Particles/PhysicalParticleContainer.cpp index 357fb1f68..54e3f409f 100644 --- a/Source/Particles/PhysicalParticleContainer.cpp +++ b/Source/Particles/PhysicalParticleContainer.cpp @@ -523,11 +523,11 @@ PhysicalParticleContainer::AddPlasma (int lev, RealBox part_realbox) QuantumSynchrotronGetOpticalDepth quantum_sync_get_opt; BreitWheelerGetOpticalDepth breit_wheeler_get_opt; if(loc_has_quantum_sync){ - quantum_sync_get_opt = + quantum_sync_get_opt = shr_ptr_qs_engine->build_optical_depth_functor(); } if(loc_has_breit_wheeler){ - breit_wheeler_get_opt = + breit_wheeler_get_opt = shr_ptr_bw_engine->build_optical_depth_functor(); } #endif |