diff options
author | 2019-07-22 13:30:44 -0700 | |
---|---|---|
committer | 2019-07-22 13:30:44 -0700 | |
commit | 9eff1e737a556d0e18f1a2e2b7c191ae4e2ced5d (patch) | |
tree | 0eda3fba6bc797a6f6dd874538d12db605abb902 /Source/Laser/LaserParticleContainer.cpp | |
parent | 8f9c13a90feb1749d5bfff338285c3ccec7314d2 (diff) | |
parent | 8bfa6e2399c1e568d6f5305d3280397aadf9a4fe (diff) | |
download | WarpX-9eff1e737a556d0e18f1a2e2b7c191ae4e2ced5d.tar.gz WarpX-9eff1e737a556d0e18f1a2e2b7c191ae4e2ced5d.tar.zst WarpX-9eff1e737a556d0e18f1a2e2b7c191ae4e2ced5d.zip |
Merge branch 'dev' into EBpush_to_cpp
Diffstat (limited to 'Source/Laser/LaserParticleContainer.cpp')
-rw-r--r-- | Source/Laser/LaserParticleContainer.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Source/Laser/LaserParticleContainer.cpp b/Source/Laser/LaserParticleContainer.cpp index 515aa1f5d..3d3447a3c 100644 --- a/Source/Laser/LaserParticleContainer.cpp +++ b/Source/Laser/LaserParticleContainer.cpp @@ -504,15 +504,15 @@ LaserParticleContainer::Evolve (int lev, // Current Deposition // // Deposit inside domains - DepositCurrent(pti, wp, uxp, uyp, uzp, &jx, &jy, &jz, - 0, np_current, thread_num, - lev, lev, dt); + DepositCurrentFortran(pti, wp, uxp, uyp, uzp, &jx, &jy, &jz, + 0, np_current, thread_num, + lev, lev, dt); bool has_buffer = cjx; if (has_buffer){ // Deposit in buffers - DepositCurrent(pti, wp, uxp, uyp, uzp, cjx, cjy, cjz, - np_current, np-np_current, thread_num, - lev, lev-1, dt); + DepositCurrentFortran(pti, wp, uxp, uyp, uzp, cjx, cjy, cjz, + np_current, np-np_current, thread_num, + lev, lev-1, dt); } // |