Skip to content

Commit

Permalink
Revert some of the changes
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiLehe committed Sep 19, 2024
1 parent 9f2f4e7 commit 7a64cc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Utils/WarpXMovingWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,8 @@ WarpX::MoveWindow (const int step, bool move_j)
m_p_ext_field_params->B_external_grid[dim], use_Bparser, Bfield_parser);
shiftMF(*m_fields.get("Efield_cp",Direction{dim},lev), geom[lev-1], num_shift_crse, dir, lev, do_update_cost,
m_p_ext_field_params->E_external_grid[dim], use_Eparser, Efield_parser);
shiftMF(*m_fields.get("Bfield_aux",Direction{dim},lev), geom[lev], num_shift_crse, dir, lev, do_update_cost);
shiftMF(*m_fields.get("Efield_aux",Direction{dim},lev), geom[lev], num_shift_crse, dir, lev, do_update_cost);
shiftMF(*m_fields.get("Bfield_aux",Direction{dim},lev), geom[lev], num_shift, dir, lev, do_update_cost);
shiftMF(*m_fields.get("Efield_aux",Direction{dim},lev), geom[lev], num_shift, dir, lev, do_update_cost);
if (fft_do_time_averaging) {
ablastr::fields::MultiLevelVectorField Efield_avg_cp = m_fields.get_mr_levels_alldirs("Efield_avg_cp", finest_level);
ablastr::fields::MultiLevelVectorField Bfield_avg_cp = m_fields.get_mr_levels_alldirs("Bfield_avg_cp", finest_level);
Expand Down

0 comments on commit 7a64cc2

Please sign in to comment.