diff options
author | 2019-05-14 18:54:24 -0400 | |
---|---|---|
committer | 2019-05-14 18:54:24 -0400 | |
commit | 4766b39209bf3ed2849e936c4f2dca7e437f991e (patch) | |
tree | 5ff51903c541c42804974daf11753b2e19f6bb3f /Source/Initialization/WarpXInitData.cpp | |
parent | ce1ee07a91bd6d2d82f5394149aac88b3aad0491 (diff) | |
download | WarpX-4766b39209bf3ed2849e936c4f2dca7e437f991e.tar.gz WarpX-4766b39209bf3ed2849e936c4f2dca7e437f991e.tar.zst WarpX-4766b39209bf3ed2849e936c4f2dca7e437f991e.zip |
changed made after merging with lastest dev version
Diffstat (limited to 'Source/Initialization/WarpXInitData.cpp')
-rw-r--r-- | Source/Initialization/WarpXInitData.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Source/Initialization/WarpXInitData.cpp b/Source/Initialization/WarpXInitData.cpp index b9f27f07e..6a7e79924 100644 --- a/Source/Initialization/WarpXInitData.cpp +++ b/Source/Initialization/WarpXInitData.cpp @@ -319,27 +319,16 @@ void WarpX::InitLevelDataFFT (int lev, Real time) { - amrex::Print() << " print out pointer " << &Efield_fp_fft[lev][0] << "\n"; Efield_fp_fft[lev][0]->setVal(0.0); - amrex::Print() << " ex set \n"; Efield_fp_fft[lev][1]->setVal(0.0); - amrex::Print() << " ey set \n"; Efield_fp_fft[lev][2]->setVal(0.0); - amrex::Print() << " ez set \n"; Bfield_fp_fft[lev][0]->setVal(0.0); - amrex::Print() << " bx set \n"; Bfield_fp_fft[lev][1]->setVal(0.0); - amrex::Print() << " by set \n"; Bfield_fp_fft[lev][2]->setVal(0.0); - amrex::Print() << " bz set \n"; current_fp_fft[lev][0]->setVal(0.0); - amrex::Print() << " jx set \n"; current_fp_fft[lev][1]->setVal(0.0); - amrex::Print() << " jy set \n"; current_fp_fft[lev][2]->setVal(0.0); - amrex::Print() << " jz set \n"; rho_fp_fft[lev]->setVal(0.0); - amrex::Print() << " rhofp set \n"; if (lev > 0) { |