From 4dbfaf0ceca587b76a17320a9d00cf57cf5ab656 Mon Sep 17 00:00:00 2001 From: Revathi Jambunathan <41089244+RevathiJambunathan@users.noreply.github.com> Date: Wed, 24 Jan 2024 06:47:43 -0800 Subject: [PATCH] removing comment --- Source/BoundaryConditions/PML.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/BoundaryConditions/PML.cpp b/Source/BoundaryConditions/PML.cpp index 34619794496..6b1125c1bf2 100644 --- a/Source/BoundaryConditions/PML.cpp +++ b/Source/BoundaryConditions/PML.cpp @@ -565,7 +565,6 @@ PML::PML (const int lev, const BoxArray& grid_ba, const DistributionMapping& gri // In order to implement this, a reduced domain is created here (decreased by ncells in all direction) // and passed to `MakeBoxArray`, which surrounds it by PML boxes // (thus creating the PML boxes at the right position, where they overlap with the original domain) - // minimalBox provides the bounding box around grid_ba for level, lev. BoxArray grid_ba_reduced = grid_ba; if (do_pml_in_domain) {