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 Feb 26, 2024
1 parent be9fe48 commit 3762427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/BoundaryConditions/PML.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ PML::PML (const int lev, const BoxArray& grid_ba, const DistributionMapping& gri
// When `do_pml_in_domain` is true, the PML overlap with the last `ncell` of the physical domain or fine patch(es)
// (instead of extending `ncell` outside of the physical domain or fine patch(es))
// In order to implement this, we define a new reduced Box Array ensuring that it does not
// include ncells from the edges of the physical domain or fine patch.
// include ncells from the edges of the physical domain or fine patch.
// (thus creating the PML boxes at the right position, where they overlap with the original domain or fine patch(es))

BoxArray grid_ba_reduced = grid_ba;
Expand Down

0 comments on commit 3762427

Please sign in to comment.