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

clang-format

parent e783ce0c
No related branches found
No related tags found
1 merge request!1142simplify ISimulation2D and IDetector, improve comments
...@@ -42,7 +42,7 @@ public: ...@@ -42,7 +42,7 @@ public:
private: private:
const SpinMatrix m_analyzer_operator; const SpinMatrix m_analyzer_operator;
const std::vector<size_t> m_active_indices; //! The sequence of bin indices (unmasked, in ROI) const std::vector<size_t> m_active_indices; //! The sequence of bin indices (unmasked, in ROI)
OwningVector<const IPixel> m_pixels; //! All unmasked pixels inside ROI. OwningVector<const IPixel> m_pixels; //! All unmasked pixels inside ROI.
}; };
#endif // BORNAGAIN_DEVICE_DETECTOR_DETECTORCONTEXT_H #endif // BORNAGAIN_DEVICE_DETECTOR_DETECTORCONTEXT_H
......
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