mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-02-19 09:38:41 +01:00
changed default DAC value in ScanParameters
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user