diff options
Diffstat (limited to 'Source/Diagnostics/FlushFormats/FlushFormatPlotfile.cpp')
-rw-r--r-- | Source/Diagnostics/FlushFormats/FlushFormatPlotfile.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Diagnostics/FlushFormats/FlushFormatPlotfile.cpp b/Source/Diagnostics/FlushFormats/FlushFormatPlotfile.cpp index e63ddc200..cbe5e2b3b 100644 --- a/Source/Diagnostics/FlushFormats/FlushFormatPlotfile.cpp +++ b/Source/Diagnostics/FlushFormats/FlushFormatPlotfile.cpp @@ -289,6 +289,8 @@ FlushFormatPlotfile::WriteWarpXHeader( WriteHeaderParticle(HeaderFile, particle_diags); HeaderFile << warpx.getcurrent_injection_position() << "\n"; + + HeaderFile << warpx.getdo_moving_window() << "\n"; } } |