aboutsummaryrefslogtreecommitdiff
path: root/Source/Diagnostics/BTD_Plotfile_Header_Impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Diagnostics/BTD_Plotfile_Header_Impl.cpp')
-rw-r--r--Source/Diagnostics/BTD_Plotfile_Header_Impl.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Diagnostics/BTD_Plotfile_Header_Impl.cpp b/Source/Diagnostics/BTD_Plotfile_Header_Impl.cpp
index 9a19e671e..d530cb091 100644
--- a/Source/Diagnostics/BTD_Plotfile_Header_Impl.cpp
+++ b/Source/Diagnostics/BTD_Plotfile_Header_Impl.cpp
@@ -21,7 +21,7 @@
using namespace amrex::literals;
BTDPlotfileHeaderImpl::BTDPlotfileHeaderImpl (std::string const & Headerfile_path)
- : m_Header_path(Headerfile_path)
+ : m_Header_path{Headerfile_path}
{
}
@@ -177,7 +177,7 @@ BTDPlotfileHeaderImpl::WriteHeader ()
BTDMultiFabHeaderImpl::BTDMultiFabHeaderImpl (std::string const & Headerfile_path)
- : m_Header_path(Headerfile_path)
+ : m_Header_path{Headerfile_path}
{
}
@@ -353,7 +353,7 @@ BTDMultiFabHeaderImpl::CopyVec(amrex::Vector<amrex::Real>& dst,
BTDSpeciesHeaderImpl::BTDSpeciesHeaderImpl (std::string const & Headerfile_path, std::string const& species_name)
- : m_Header_path(Headerfile_path), m_species_name(species_name)
+ : m_Header_path{Headerfile_path}, m_species_name{species_name}
{
}