aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/PhysicalParticleContainer.cpp
diff options
context:
space:
mode:
authorGravatar Revathi Jambunathan <41089244+RevathiJambunathan@users.noreply.github.com> 2022-01-31 12:29:58 -0800
committerGravatar GitHub <noreply@github.com> 2022-01-31 12:29:58 -0800
commit2c58b80da1948a68a4e9f6a2871ea2da87dacb56 (patch)
treeb8686b2575409853d9f4e0392bd03354cb4210b4 /Source/Particles/PhysicalParticleContainer.cpp
parent8acd67bbe17547939a48643aee0460a50f5d86b4 (diff)
downloadWarpX-2c58b80da1948a68a4e9f6a2871ea2da87dacb56.tar.gz
WarpX-2c58b80da1948a68a4e9f6a2871ea2da87dacb56.tar.zst
WarpX-2c58b80da1948a68a4e9f6a2871ea2da87dacb56.zip
BTD: clean left over comment (#2804)
Diffstat (limited to 'Source/Particles/PhysicalParticleContainer.cpp')
-rw-r--r--Source/Particles/PhysicalParticleContainer.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Particles/PhysicalParticleContainer.cpp b/Source/Particles/PhysicalParticleContainer.cpp
index 6a001717a..80a6e6438 100644
--- a/Source/Particles/PhysicalParticleContainer.cpp
+++ b/Source/Particles/PhysicalParticleContainer.cpp
@@ -2288,8 +2288,6 @@ PhysicalParticleContainer::GetParticleSlice (
uzpold = tmp_particle_data[lev][index][TmpIdx::uzold].dataPtr();
const long np = pti.numParticles();
- amrex::Print() << " np old BTD " << np << "\n";
- amrex::Print() << " tmp particle size : " << tmp_particle_data.size() << "\n";
Real uzfrm = -WarpX::gamma_boost*WarpX::beta_boost*PhysConst::c;
Real inv_c2 = 1.0/PhysConst::c/PhysConst::c;