diff options
author | 2020-01-14 17:50:59 -0800 | |
---|---|---|
committer | 2020-01-14 17:50:59 -0800 | |
commit | 4d50d06f2f52575d710f6047541a7732417d3721 (patch) | |
tree | cb56aa199c397f23201e6d8d3051d49e5693aee4 /Source/Utils/WarpXMovingWindow.cpp | |
parent | 1d91c26135d94656afd5a3baa0b528f72124fa97 (diff) | |
download | WarpX-4d50d06f2f52575d710f6047541a7732417d3721.tar.gz WarpX-4d50d06f2f52575d710f6047541a7732417d3721.tar.zst WarpX-4d50d06f2f52575d710f6047541a7732417d3721.zip |
cleaning: remove useless comments
Diffstat (limited to 'Source/Utils/WarpXMovingWindow.cpp')
-rw-r--r-- | Source/Utils/WarpXMovingWindow.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Utils/WarpXMovingWindow.cpp b/Source/Utils/WarpXMovingWindow.cpp index eb01af24e..0fcbb6a88 100644 --- a/Source/Utils/WarpXMovingWindow.cpp +++ b/Source/Utils/WarpXMovingWindow.cpp @@ -239,7 +239,6 @@ WarpX::shiftMF (MultiFab& mf, const Geometry& geom, int num_shift, int dir, MultiFab::Copy(tmpmf, mf, 0, 0, nc, ng); IntVect ng_mw = IntVect::TheUnitVector(); - // IntVect ng_mw = IntVect::TheZeroVector(); // Enough guard cells in the MW direction ng_mw[dir] = num_shift; // Add the extra cell (if momentum-conserving gather with staggered field solve) @@ -248,7 +247,6 @@ WarpX::shiftMF (MultiFab& mf, const Geometry& geom, int num_shift, int dir, ng_mw = ng_mw.min(ng); // Fill guard cells. tmpmf.FillBoundary(ng_mw, geom.periodicity()); - // tmpmf.FillBoundary(ng, geom.periodicity()); // Make a box that covers the region that the window moved into const IndexType& typ = ba.ixType(); |