aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/PhysicalParticleContainer.cpp
diff options
context:
space:
mode:
authorGravatar Luca Fedeli <luca.fedeli@cea.fr> 2019-10-09 18:08:19 +0200
committerGravatar Luca Fedeli <luca.fedeli@cea.fr> 2019-10-09 18:08:19 +0200
commit5817971d808a76cbfd79c95ff964af0186615472 (patch)
treeed4c8f8a1fc0f84982bf2a7c274750b060dcd3ed /Source/Particles/PhysicalParticleContainer.cpp
parent540773fa9cc32e546a8afd09627e75ddaa3a0cfd (diff)
downloadWarpX-5817971d808a76cbfd79c95ff964af0186615472.tar.gz
WarpX-5817971d808a76cbfd79c95ff964af0186615472.tar.zst
WarpX-5817971d808a76cbfd79c95ff964af0186615472.zip
Added tests for the initialization of the optical depth (disabled since they would need PICSAR on the QED branch)
Diffstat (limited to 'Source/Particles/PhysicalParticleContainer.cpp')
-rw-r--r--Source/Particles/PhysicalParticleContainer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Particles/PhysicalParticleContainer.cpp b/Source/Particles/PhysicalParticleContainer.cpp
index ac5b98dae..3d3d3ff74 100644
--- a/Source/Particles/PhysicalParticleContainer.cpp
+++ b/Source/Particles/PhysicalParticleContainer.cpp
@@ -2143,7 +2143,6 @@ void PhysicalParticleContainer::InitTauQuantumSync()
BL_PROFILE("PhysicalParticleContainer::InitTauQuantumSync");
//Get functor
auto get_opt = shr_ptr_qs_engine->build_optical_depth_functor();
-
//Looping over all the particles
int num_levels = finestLevel() + 1;
for (int lev=0; lev < num_levels; ++lev)