Skip to content
Snippets Groups Projects
Commit 0bb2e361 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

prepare for change in Qz resolution mechanism

parent 368dd14f
No related branches found
No related tags found
1 merge request!1299decisive simplification of scan resolution evaluation
......@@ -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
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment