From 37624277b754d337851d8903cc0208af86b301b3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 22:48:48 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- Source/BoundaryConditions/PML.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/BoundaryConditions/PML.cpp b/Source/BoundaryConditions/PML.cpp index 19f987a3109..805b4fec181 100644 --- a/Source/BoundaryConditions/PML.cpp +++ b/Source/BoundaryConditions/PML.cpp @@ -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;