diff options
author | 2019-09-19 13:33:32 -0700 | |
---|---|---|
committer | 2019-09-19 13:33:32 -0700 | |
commit | 69e5ddee1ffdfe9d556e866c488909eae22a9ffa (patch) | |
tree | 4e55e8e690707eb2bb6c14938b4d300e641e408c /Source/Particles/PhysicalParticleContainer.cpp | |
parent | 60917ab3d92cf5f325468ffd15a9c35b101699a6 (diff) | |
download | WarpX-69e5ddee1ffdfe9d556e866c488909eae22a9ffa.tar.gz WarpX-69e5ddee1ffdfe9d556e866c488909eae22a9ffa.tar.zst WarpX-69e5ddee1ffdfe9d556e866c488909eae22a9ffa.zip |
cleaning
Diffstat (limited to 'Source/Particles/PhysicalParticleContainer.cpp')
-rw-r--r-- | Source/Particles/PhysicalParticleContainer.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Particles/PhysicalParticleContainer.cpp b/Source/Particles/PhysicalParticleContainer.cpp index 2d0b90902..8a30b3acb 100644 --- a/Source/Particles/PhysicalParticleContainer.cpp +++ b/Source/Particles/PhysicalParticleContainer.cpp @@ -1545,10 +1545,8 @@ PhysicalParticleContainer::PushPX(WarpXParIter& pti, const Real* const AMREX_RESTRICT By = attribs[PIdx::By].dataPtr(); const Real* const AMREX_RESTRICT Bz = attribs[PIdx::Bz].dataPtr(); - Print()<<"a_dt_type "<<int( a_dt_type )<<'\n'; if (WarpX::do_boosted_frame_diagnostic && do_boosted_frame_diags && (a_dt_type!=DtType::SecondHalf)) { - Print()<<"copy attribs\n"; copy_attribs(pti, x, y, z); } |