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

rm duplicate m_cache

parent a5670815
No related branches found
No related tags found
1 merge request!1318merge functions in main computation
Pipeline #87400 passed
...@@ -91,7 +91,6 @@ private: ...@@ -91,7 +91,6 @@ private:
std::unique_ptr<IDetector> m_detector; std::unique_ptr<IDetector> m_detector;
//... Caches: //... Caches:
std::vector<double> m_cache;
std::vector<DiffuseElement> m_eles; std::vector<DiffuseElement> m_eles;
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)
OwningVector<const IPixel> m_pixels; //!< All unmasked pixels inside ROI. OwningVector<const IPixel> m_pixels; //!< All unmasked pixels inside ROI.
......
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