diff options
Diffstat (limited to 'Source/Diagnostics/FlushFormats')
-rw-r--r-- | Source/Diagnostics/FlushFormats/FlushFormat.H | 2 | ||||
-rw-r--r-- | Source/Diagnostics/FlushFormats/FlushFormatAscent.H | 2 | ||||
-rw-r--r-- | Source/Diagnostics/FlushFormats/FlushFormatPlotfile.H | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Source/Diagnostics/FlushFormats/FlushFormat.H b/Source/Diagnostics/FlushFormats/FlushFormat.H index d83355dd3..826c56d03 100644 --- a/Source/Diagnostics/FlushFormats/FlushFormat.H +++ b/Source/Diagnostics/FlushFormats/FlushFormat.H @@ -19,7 +19,7 @@ public: bool plot_raw_fields_guards, bool plot_raw_rho, bool plot_raw_F) const = 0; - virtual ~FlushFormat() {}; + virtual ~FlushFormat() {} }; #endif // WARPX_FLUSHFORMAT_H_ diff --git a/Source/Diagnostics/FlushFormats/FlushFormatAscent.H b/Source/Diagnostics/FlushFormats/FlushFormatAscent.H index 9aa670405..357b9357a 100644 --- a/Source/Diagnostics/FlushFormats/FlushFormatAscent.H +++ b/Source/Diagnostics/FlushFormats/FlushFormatAscent.H @@ -36,7 +36,7 @@ public: void WriteParticles(const amrex::Vector<ParticleDiag>& particle_diags, conduit::Node& a_bp_mesh) const; #endif - ~FlushFormatAscent() {}; + ~FlushFormatAscent() {} }; #endif // WARPX_FLUSHFORMATASCENT_H_ diff --git a/Source/Diagnostics/FlushFormats/FlushFormatPlotfile.H b/Source/Diagnostics/FlushFormats/FlushFormatPlotfile.H index f3eb671d9..477a00a0f 100644 --- a/Source/Diagnostics/FlushFormats/FlushFormatPlotfile.H +++ b/Source/Diagnostics/FlushFormats/FlushFormatPlotfile.H @@ -40,7 +40,7 @@ public: void WriteParticles(const std::string& filename, const amrex::Vector<ParticleDiag>& particle_diags) const; - ~FlushFormatPlotfile() {}; + ~FlushFormatPlotfile() {} }; #endif // WARPX_FLUSHFORMATPLOTFILE_H_ |