diff options
author | 2019-06-06 17:23:22 -0400 | |
---|---|---|
committer | 2019-06-06 17:23:22 -0400 | |
commit | e7bc3c34fc838c4ab6ee845de2e3f6354c3cbdec (patch) | |
tree | c46f0bacdb2531f58a8f4d92b874c3d1c08a4553 /Source/Particles/PhysicalParticleContainer.cpp | |
parent | 7cad9dae5a2acf76e2352d428cd2a03c88453a3f (diff) | |
download | WarpX-e7bc3c34fc838c4ab6ee845de2e3f6354c3cbdec.tar.gz WarpX-e7bc3c34fc838c4ab6ee845de2e3f6354c3cbdec.tar.zst WarpX-e7bc3c34fc838c4ab6ee845de2e3f6354c3cbdec.zip |
adding 2D cufft plans
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 0826605ec..1f517fccb 100644 --- a/Source/Particles/PhysicalParticleContainer.cpp +++ b/Source/Particles/PhysicalParticleContainer.cpp @@ -1388,9 +1388,7 @@ PhysicalParticleContainer::Evolve (int lev, pti.GetPosition(m_xp[thread_num], m_yp[thread_num], m_zp[thread_num]); BL_PROFILE_VAR_STOP(blp_copy); - amrex::Print() << " before deposit chage \n"; if (rho) DepositCharge(pti, wp, rho, crho, 0, np_current, np, thread_num, lev); - amrex::Print() << " after deposit chage \n"; if (! do_not_push) { |