aboutsummaryrefslogtreecommitdiff
path: root/Source/Diagnostics/FlushFormats/FlushFormatSensei.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Diagnostics/FlushFormats/FlushFormatSensei.cpp')
-rw-r--r--Source/Diagnostics/FlushFormats/FlushFormatSensei.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Diagnostics/FlushFormats/FlushFormatSensei.cpp b/Source/Diagnostics/FlushFormats/FlushFormatSensei.cpp
index 5e531df64..3d0528599 100644
--- a/Source/Diagnostics/FlushFormats/FlushFormatSensei.cpp
+++ b/Source/Diagnostics/FlushFormats/FlushFormatSensei.cpp
@@ -55,6 +55,7 @@ FlushFormatSensei::WriteToFile (
const amrex::Vector<ParticleDiag>& particle_diags,
int nlev, const std::string prefix, int file_min_digits,
bool plot_raw_fields, bool plot_raw_fields_guards,
+ const bool use_pinned_pc,
bool isBTD, int snapshotID,
const amrex::Geometry& full_BTD_snapshot, bool isLastBTDFlush,
const amrex::Vector<int>& totalParticlesFlushedAlready) const
@@ -62,7 +63,7 @@ FlushFormatSensei::WriteToFile (
amrex::ignore_unused(
geom, nlev, prefix, file_min_digits,
plot_raw_fields, plot_raw_fields_guards,
- isBTD, snapshotID, full_BTD_snapshot,
+ use_pinned_pc, isBTD, snapshotID, full_BTD_snapshot,
isLastBTDFlush, totalParticlesFlushedAlready);
#ifndef AMREX_USE_SENSEI_INSITU