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, 1 insertions, 3 deletions
diff --git a/Source/Diagnostics/FullDiagnostics.cpp b/Source/Diagnostics/FullDiagnostics.cpp
index 8e8565032..6a54e1f8d 100644
--- a/Source/Diagnostics/FullDiagnostics.cpp
+++ b/Source/Diagnostics/FullDiagnostics.cpp
@@ -436,10 +436,8 @@ FullDiagnostics::PrepareFieldDataForOutput ()
auto & warpx = WarpX::GetInstance();
warpx.FillBoundaryE(warpx.getngE(), warpx.getngExtra());
warpx.FillBoundaryB(warpx.getngE(), warpx.getngExtra());
-#ifndef WARPX_USE_PSATD
- warpx.FillBoundaryAux(warpx.getngUpdateAux());
-#endif
warpx.UpdateAuxilaryData();
+ warpx.FillBoundaryAux(warpx.getngUpdateAux());
// Update the RealBox used for the geometry filter in particle diags
for (int i = 0; i < m_output_species.size(); ++i) {