diff options
author | 2018-11-28 16:36:24 -0800 | |
---|---|---|
committer | 2018-11-28 16:36:24 -0800 | |
commit | cf40312964b262a0f1ffb79dcc86001873c33114 (patch) | |
tree | f75d58f210c001a61ac864f4f41c1cb244c2dc32 /Source/PhysicalParticleContainer.cpp | |
parent | c36189948b57b8f39ee6e86e42102baa7f234915 (diff) | |
download | WarpX-cf40312964b262a0f1ffb79dcc86001873c33114.tar.gz WarpX-cf40312964b262a0f1ffb79dcc86001873c33114.tar.zst WarpX-cf40312964b262a0f1ffb79dcc86001873c33114.zip |
remove debugging print
Diffstat (limited to 'Source/PhysicalParticleContainer.cpp')
-rw-r--r-- | Source/PhysicalParticleContainer.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/PhysicalParticleContainer.cpp b/Source/PhysicalParticleContainer.cpp index 43ac0a59f..f76c74579 100644 --- a/Source/PhysicalParticleContainer.cpp +++ b/Source/PhysicalParticleContainer.cpp @@ -657,9 +657,6 @@ PhysicalParticleContainer::AddPlasmaGPU (int lev, RealBox part_realbox) } } - - amrex::Print() << "got " << host_particles.size() << " particles to add \n"; - auto& particle_tile = GetParticles(lev)[std::make_pair(grid_id,tile_id)]; auto old_size = particle_tile.GetArrayOfStructs().size(); auto new_size = old_size + host_particles.size(); |