aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/PhysicalParticleContainer.cpp
diff options
context:
space:
mode:
authorGravatar Luca Fedeli <luca.fedeli@cea.fr> 2019-10-11 15:21:57 +0200
committerGravatar Luca Fedeli <luca.fedeli@cea.fr> 2019-10-11 15:21:57 +0200
commit2cbb00e200bf52fdfc982d5c71ab8e54624bf9a1 (patch)
treea300b35f840bbe00d6a8ce84ac7ebd958a6c93ec /Source/Particles/PhysicalParticleContainer.cpp
parent7df331a7c81899600240aab5954b8950d01ba4f5 (diff)
downloadWarpX-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.cpp4
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