diff --git a/include/aare/RawMasterFile.hpp b/include/aare/RawMasterFile.hpp index e741f01..a30ace5 100644 --- a/include/aare/RawMasterFile.hpp +++ b/include/aare/RawMasterFile.hpp @@ -42,7 +42,7 @@ class RawFileNameComponents { class ScanParameters { bool m_enabled = false; - DACIndex m_dac = DACIndex::DAC_2; + DACIndex m_dac{}; int m_start = 0; int m_stop = 0; int m_step = 0;