Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 25, 2024
1 parent 1f0c72c commit 43258a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Initialization/WarpXInitData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1381,7 +1381,7 @@ WarpX::LoadExternalFieldsFromFile (int const lev)
"Grid Type is collocated, so divB not cleaned. Interpolation may lead to non-zero B field divergence.",
ablastr::warn_manager::WarnPriority::medium);
} else {
run_ProjectionDivCleaner();
run_ProjectionDivCleaner();
}
}
if (m_p_ext_field_params->E_ext_grid_type == ExternalFieldType::read_from_file) {
Expand Down

0 comments on commit 43258a6

Please sign in to comment.