From 0bb2e361aac6719459552edbd0ec91f2c32200be Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (o)" <j.wuttke@fz-juelich.de> Date: Fri, 20 Jan 2023 14:48:19 +0100 Subject: [PATCH] prepare for change in Qz resolution mechanism --- Sim/Scan/QzScan.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Sim/Scan/QzScan.h b/Sim/Scan/QzScan.h index 50c354a67f7..b84f810dc90 100644 --- a/Sim/Scan/QzScan.h +++ b/Sim/Scan/QzScan.h @@ -72,7 +72,8 @@ public: private: QzScan(IAxis* qs_nm); std::unique_ptr<IScanResolution> m_resolution; - + std::vector<double> m_resol_width; + bool m_relative_resolution{false}; double m_offset = 0.; #endif // SWIG }; -- GitLab