diff options
author | 2019-07-08 16:01:37 -0700 | |
---|---|---|
committer | 2019-07-08 16:01:37 -0700 | |
commit | 6d3848aa366d40a3b8f48131da172a6aef5ebae0 (patch) | |
tree | 85471b242ab51d5b08dec6ed2afebc539d63f33a /Source/Particles/PhysicalParticleContainer.cpp | |
parent | 8bd48733e9ce659a227c9f19f6b4857596bf9896 (diff) | |
download | WarpX-6d3848aa366d40a3b8f48131da172a6aef5ebae0.tar.gz WarpX-6d3848aa366d40a3b8f48131da172a6aef5ebae0.tar.zst WarpX-6d3848aa366d40a3b8f48131da172a6aef5ebae0.zip |
bug when tiling on CPU
Diffstat (limited to 'Source/Particles/PhysicalParticleContainer.cpp')
-rw-r--r-- | Source/Particles/PhysicalParticleContainer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Particles/PhysicalParticleContainer.cpp b/Source/Particles/PhysicalParticleContainer.cpp index 43b46ec49..b78d36c87 100644 --- a/Source/Particles/PhysicalParticleContainer.cpp +++ b/Source/Particles/PhysicalParticleContainer.cpp @@ -1530,6 +1530,7 @@ 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); @@ -1539,7 +1540,6 @@ PhysicalParticleContainer::Evolve (int lev, np_current, np-np_current, thread_num, lev, lev-1, dt); } - // // copy particle data back // |