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

+ explicit initialization

parent 6fd600ca
No related branches found
No related tags found
1 merge request!857normalize use of SpinMatrix
...@@ -46,7 +46,7 @@ private: ...@@ -46,7 +46,7 @@ private:
void setup_context(const IDetector2D* detector); void setup_context(const IDetector2D* detector);
#ifndef SWIG #ifndef SWIG
SpinMatrix m_analyzer_operator; SpinMatrix m_analyzer_operator { SpinMatrix::Zero() };
#endif #endif
std::vector<std::unique_ptr<IPixel>> m_pixels; //! All unmasked pixels inside ROI. std::vector<std::unique_ptr<IPixel>> m_pixels; //! All unmasked pixels inside ROI.
std::vector<size_t> m_active_indices; //! The sequence of bin indices (unmasked, in ROI) std::vector<size_t> m_active_indices; //! The sequence of bin indices (unmasked, in ROI)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment