aboutsummaryrefslogtreecommitdiff
path: root/Source/Diagnostics/FlushFormats/FlushFormatCheckpoint.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Diagnostics/FlushFormats/FlushFormatCheckpoint.cpp')
-rw-r--r--Source/Diagnostics/FlushFormats/FlushFormatCheckpoint.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/Source/Diagnostics/FlushFormats/FlushFormatCheckpoint.cpp b/Source/Diagnostics/FlushFormats/FlushFormatCheckpoint.cpp
index d0bc9292c..0afded6f1 100644
--- a/Source/Diagnostics/FlushFormats/FlushFormatCheckpoint.cpp
+++ b/Source/Diagnostics/FlushFormats/FlushFormatCheckpoint.cpp
@@ -13,14 +13,14 @@ namespace
void
FlushFormatCheckpoint::WriteToFile (
- const amrex::Vector<std::string> varnames,
- const amrex::Vector<amrex::MultiFab>& mf,
- amrex::Vector<amrex::Geometry>& geom,
- const amrex::Vector<int> iteration, const double time,
+ const amrex::Vector<std::string> /*varnames*/,
+ const amrex::Vector<amrex::MultiFab>& /*mf*/,
+ amrex::Vector<amrex::Geometry>& /*geom*/,
+ const amrex::Vector<int> iteration, const double /*time*/,
const amrex::Vector<ParticleDiag>& particle_diags, int nlev, const std::string prefix,
- bool plot_raw_fields,
- bool plot_raw_fields_guards,
- bool plot_raw_rho, bool plot_raw_F) const
+ bool /*plot_raw_fields*/,
+ bool /*plot_raw_fields_guards*/,
+ bool /*plot_raw_rho*/, bool /*plot_raw_F*/) const
{
WARPX_PROFILE("FlushFormatCheckpoint::WriteToFile()");