diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/Diagnostics/FlushFormats/FlushFormatOpenPMD.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Diagnostics/FlushFormats/FlushFormatOpenPMD.H b/Source/Diagnostics/FlushFormats/FlushFormatOpenPMD.H index 5d6197d66..baf8728dc 100644 --- a/Source/Diagnostics/FlushFormats/FlushFormatOpenPMD.H +++ b/Source/Diagnostics/FlushFormats/FlushFormatOpenPMD.H @@ -22,7 +22,7 @@ public: 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, + 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 override final; |