diff options
Diffstat (limited to 'Source/Diagnostics/FlushFormats/FlushFormatSensei.cpp')
-rw-r--r-- | Source/Diagnostics/FlushFormats/FlushFormatSensei.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/Diagnostics/FlushFormats/FlushFormatSensei.cpp b/Source/Diagnostics/FlushFormats/FlushFormatSensei.cpp index 9ccb1bcaa..443d39e97 100644 --- a/Source/Diagnostics/FlushFormats/FlushFormatSensei.cpp +++ b/Source/Diagnostics/FlushFormats/FlushFormatSensei.cpp @@ -57,13 +57,14 @@ FlushFormatSensei::WriteToFile ( int nlev, const std::string prefix, int file_min_digits, bool plot_raw_fields, bool plot_raw_fields_guards, bool isBTD, int snapshotID, - const amrex::Geometry& full_BTD_snapshot, bool isLastBTDFlush) const + const amrex::Geometry& full_BTD_snapshot, bool isLastBTDFlush, + const amrex::Vector<int>& totalParticlesFlushedAlready) const { amrex::ignore_unused( geom, nlev, prefix, file_min_digits, plot_raw_fields, plot_raw_fields_guards, isBTD, snapshotID, full_BTD_snapshot, - isLastBTDFlush); + isLastBTDFlush, totalParticlesFlushedAlready); #ifndef AMREX_USE_SENSEI_INSITU amrex::ignore_unused(varnames, mf, iteration, time, particle_diags); |