diff options
author | 2019-07-11 09:07:26 -0700 | |
---|---|---|
committer | 2019-07-11 09:07:26 -0700 | |
commit | 5baf28e5115f450d4f2fd821c33df5a37054792d (patch) | |
tree | f2168aeca34deee1c8161ad66893cab94e9ff68e /Source/Particles/PhysicalParticleContainer.cpp | |
parent | 86ea719bbc6f91f5115245847a8679db189727d3 (diff) | |
download | WarpX-5baf28e5115f450d4f2fd821c33df5a37054792d.tar.gz WarpX-5baf28e5115f450d4f2fd821c33df5a37054792d.tar.zst WarpX-5baf28e5115f450d4f2fd821c33df5a37054792d.zip |
remove print statements
Diffstat (limited to 'Source/Particles/PhysicalParticleContainer.cpp')
-rw-r--r-- | Source/Particles/PhysicalParticleContainer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Particles/PhysicalParticleContainer.cpp b/Source/Particles/PhysicalParticleContainer.cpp index b78d36c87..df08d77a7 100644 --- a/Source/Particles/PhysicalParticleContainer.cpp +++ b/Source/Particles/PhysicalParticleContainer.cpp @@ -1530,7 +1530,6 @@ PhysicalParticleContainer::Evolve (int lev, // Current Deposition // // Deposit inside domains - Print()<<"np_current "<<np_current<<'\n'; DepositCurrent(pti, wp, uxp, uyp, uzp, &jx, &jy, &jz, 0, np_current, thread_num, lev, lev, dt); |