diff options
Diffstat (limited to 'Source/Diagnostics/ComputeDiagFunctors/PartPerCellFunctor.cpp')
-rw-r--r-- | Source/Diagnostics/ComputeDiagFunctors/PartPerCellFunctor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Diagnostics/ComputeDiagFunctors/PartPerCellFunctor.cpp b/Source/Diagnostics/ComputeDiagFunctors/PartPerCellFunctor.cpp index 232a2348f..31acacc9b 100644 --- a/Source/Diagnostics/ComputeDiagFunctors/PartPerCellFunctor.cpp +++ b/Source/Diagnostics/ComputeDiagFunctors/PartPerCellFunctor.cpp @@ -14,7 +14,7 @@ PartPerCellFunctor::PartPerCellFunctor(const amrex::MultiFab* mf_src, const int } void -PartPerCellFunctor::operator()(amrex::MultiFab& mf_dst, const int dcomp) const +PartPerCellFunctor::operator()(amrex::MultiFab& mf_dst, const int dcomp, const int /*i_buffer*/) const { auto& warpx = WarpX::GetInstance(); // Guard cell is set to 1 for generality. However, for a cell-centered |