Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiLehe committed Sep 17, 2024
1 parent 5c9f9ba commit b43adaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Utils/WarpXMovingWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ 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, dir, lev, do_update_cost,
m_p_ext_field_params->E_external_grid[dim], use_Eparser, Efield_parser);
shiftMF(*m_fields.get("Efield_aux",Direction{dim},lev), geom[lev], num_shift, 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);
Expand Down

0 comments on commit b43adaa

Please sign in to comment.