aboutsummaryrefslogtreecommitdiff
path: root/Source/Diagnostics/FullDiagnostics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Diagnostics/FullDiagnostics.cpp')
-rw-r--r--Source/Diagnostics/FullDiagnostics.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Diagnostics/FullDiagnostics.cpp b/Source/Diagnostics/FullDiagnostics.cpp
index 933852279..c4529bac8 100644
--- a/Source/Diagnostics/FullDiagnostics.cpp
+++ b/Source/Diagnostics/FullDiagnostics.cpp
@@ -464,8 +464,8 @@ FullDiagnostics::PrepareFieldDataForOutput ()
// First, make sure all guard cells are properly filled
// Probably overkill/unnecessary, but safe and shouldn't happen often !!
auto & warpx = WarpX::GetInstance();
- warpx.FillBoundaryE(warpx.getngE());
- warpx.FillBoundaryB(warpx.getngE());
+ warpx.FillBoundaryE(warpx.getngEB());
+ warpx.FillBoundaryB(warpx.getngEB());
warpx.UpdateAuxilaryData();
warpx.FillBoundaryAux(warpx.getngUpdateAux());