aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/PhysicalParticleContainer.cpp
diff options
context:
space:
mode:
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