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

IHisto start duplication of content in m_vec

parent ee34ee80
No related branches found
No related tags found
1 merge request!933Untemplify Powerfield
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
#define BORNAGAIN_DEVICE_HISTO_IHISTOGRAM_H #define BORNAGAIN_DEVICE_HISTO_IHISTOGRAM_H
#include "Base/Py/PyObject.h" #include "Base/Py/PyObject.h"
#include "Base/Types/OwningVector.h"
#include "Device/Data/CumulativeValue.h" #include "Device/Data/CumulativeValue.h"
#include <memory> #include <memory>
#include <string> #include <string>
...@@ -176,6 +177,7 @@ protected: ...@@ -176,6 +177,7 @@ protected:
void copyContentFrom(const IHistogram& other); void copyContentFrom(const IHistogram& other);
const std::unique_ptr<const Frame> m_frame; const std::unique_ptr<const Frame> m_frame;
OwningVector<CumulativeValue> m_vec;
std::unique_ptr<Powerfield<CumulativeValue>> m_data; std::unique_ptr<Powerfield<CumulativeValue>> m_data;
}; };
......
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