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

+ class comment

parent aff2a331
No related branches found
No related tags found
1 merge request!1615simplify Bin1D and IAxis
...@@ -15,6 +15,8 @@ ...@@ -15,6 +15,8 @@
#ifndef BORNAGAIN_BASE_AXIS_BIN_H #ifndef BORNAGAIN_BASE_AXIS_BIN_H
#define BORNAGAIN_BASE_AXIS_BIN_H #define BORNAGAIN_BASE_AXIS_BIN_H
//! An real-valued interval.
class Bin1D { class Bin1D {
public: public:
static Bin1D FromTo(double lower, double upper); static Bin1D FromTo(double lower, double upper);
......
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