Skip to content

Commit

Permalink
removing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
RevathiJambunathan authored Jan 24, 2024
1 parent 00c136e commit 4dbfaf0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/BoundaryConditions/PML.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 4dbfaf0

Please sign in to comment.