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

m_resolution -> unique_ptr

parent 1aebc13c
No related branches found
No related tags found
1 merge request!1837RectangularDetector members -> unique pointers, and other unification and cleanup of detector-related code
......@@ -188,7 +188,7 @@ protected:
private:
std::array<std::shared_ptr<Scale>, 2> m_axes;
PolFilter m_polAnalyzer;
std::shared_ptr<IDetectorResolution> m_resolution;
std::unique_ptr<IDetectorResolution> m_resolution;
std::shared_ptr<DetectorMask> m_mask;
#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