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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Diagnostics/FlushFormats/FlushFormatSensei.cpp b/Source/Diagnostics/FlushFormats/FlushFormatSensei.cpp
index fb510b6dd..060c0e4a5 100644
--- a/Source/Diagnostics/FlushFormats/FlushFormatSensei.cpp
+++ b/Source/Diagnostics/FlushFormats/FlushFormatSensei.cpp
@@ -8,13 +8,13 @@
#endif
FlushFormatSensei::FlushFormatSensei () :
- m_insitu_config(), m_insitu_pin_mesh(0), m_insitu_bridge(nullptr),
+ m_insitu_pin_mesh(0), m_insitu_bridge(nullptr),
m_amr_mesh(nullptr)
{}
FlushFormatSensei::FlushFormatSensei (amrex::AmrMesh *amr_mesh,
std::string diag_name) :
- m_insitu_config(), m_insitu_pin_mesh(0), m_insitu_bridge(nullptr),
+ m_insitu_pin_mesh(0), m_insitu_bridge(nullptr),
m_amr_mesh(amr_mesh)
{
#ifndef AMREX_USE_SENSEI_INSITU