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

cleanup

parent 54f3de01
No related branches found
No related tags found
No related merge requests found
......@@ -15,19 +15,17 @@
#ifndef BORNAGAIN_DEVICE_DATA_DATAFIELD_H
#define BORNAGAIN_DEVICE_DATA_DATAFIELD_H
#include <memory>
#include <vector>
#ifdef BORNAGAIN_PYTHON
#include "PyCore/Embed/PyObjectDecl.h"
#endif
#include <memory>
#include <vector>
using std::size_t;
class Scale;
class Frame;
//! Stores radiation power per bin.
//! Stores n-dimensional data with n associated scales.
class Datafield {
public:
......
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